diff options
Diffstat (limited to 'src/runtime/asm.s')
| -rw-r--r-- | src/runtime/asm.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/runtime/asm.s b/src/runtime/asm.s index 84d56de7dd..f7bc5d432e 100644 --- a/src/runtime/asm.s +++ b/src/runtime/asm.s @@ -8,3 +8,7 @@ TEXT ·sigpanic0(SB),NOSPLIT,$0-0 JMP ·sigpanic<ABIInternal>(SB) #endif + +// See map.go comment on the need for this routine. +TEXT ·mapinitnoop<ABIInternal>(SB),NOSPLIT,$0-0 + RET |
