diff options
Diffstat (limited to 'rts/StgCRun.c')
-rw-r--r-- | rts/StgCRun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/StgCRun.c b/rts/StgCRun.c index 11e0543475..11ceb88c62 100644 --- a/rts/StgCRun.c +++ b/rts/StgCRun.c @@ -186,7 +186,7 @@ StgRunIsImplementedInAssembler(void) "addl %0, %%esp\n\t" "ret" - : : "i" (RESERVED_C_STACK_BYTES + 16 + 12) + : : "i" (RESERVED_C_STACK_BYTES + 16) // + 16 to make room for the 4 registers we have to save // + 12 because we need to align %esp to a 16-byte boundary (#5250) ); |