diff options
Diffstat (limited to 'src/runtime/sys_solaris_amd64.s')
| -rw-r--r-- | src/runtime/sys_solaris_amd64.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/sys_solaris_amd64.s b/src/runtime/sys_solaris_amd64.s index 24d2d61df0..7376e065a0 100644 --- a/src/runtime/sys_solaris_amd64.s +++ b/src/runtime/sys_solaris_amd64.s @@ -121,7 +121,7 @@ TEXT runtimeĀ·tstart_sysvicall(SB),NOSPLIT,$0 // Careful, this is called by __sighndlr, a libc function. We must preserve // registers as per AMD 64 ABI. -TEXT runtimeĀ·sigtramp(SB),NOSPLIT,$0 +TEXT runtimeĀ·sigtramp(SB),NOSPLIT|TOPFRAME,$0 // Note that we are executing on altsigstack here, so we have // more stack available than NOSPLIT would have us believe. // To defeat the linker, we make our own stack frame with |
