diff options
Diffstat (limited to 'src/runtime/sys_netbsd_386.s')
| -rw-r--r-- | src/runtime/sys_netbsd_386.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/sys_netbsd_386.s b/src/runtime/sys_netbsd_386.s index b7d4645af1..581b4fc9b6 100644 --- a/src/runtime/sys_netbsd_386.s +++ b/src/runtime/sys_netbsd_386.s @@ -290,7 +290,7 @@ TEXT runtime·sigfwd(SB),NOSPLIT,$12-16 RET // Called by OS using C ABI. -TEXT runtime·sigtramp(SB),NOSPLIT,$28 +TEXT runtime·sigtramp(SB),NOSPLIT|TOPFRAME,$28 NOP SP // tell vet SP changed - stop checking offsets // Save callee-saved C registers, since the caller may be a C signal handler. MOVL BX, bx-4(SP) |
