diff options
Diffstat (limited to 'rts')
-rw-r--r-- | rts/StgStartup.cmm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rts/StgStartup.cmm b/rts/StgStartup.cmm index aad4fab139..a3a75d8211 100644 --- a/rts/StgStartup.cmm +++ b/rts/StgStartup.cmm @@ -70,8 +70,8 @@ INFO_TABLE_RET(stg_stop_thread, STOP_FRAME, for us by StgRun. */ #ifdef x86_64_HOST_ARCH - unwind MachSp = MachSp + RESERVED_C_STACK_BYTES + 0x38 + 8 - unwind UnwindReturnReg = W_[MachSp + RESERVED_C_STACK_BYTES + 0x38] + unwind MachSp = MachSp + RESERVED_C_STACK_BYTES + 0x38 + 8, + UnwindReturnReg = W_[MachSp + RESERVED_C_STACK_BYTES + 0x38]; #endif Sp = Sp + SIZEOF_StgStopFrame - WDS(2); |