Skip to content
Snippets Groups Projects
Commit e1cf0b9f authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Fix rsp alignment on Win64

parent 1212145b
Branches
Tags
No related merge requests found
......@@ -306,7 +306,7 @@ StgRunIsImplementedInAssembler(void)
:
: "i"(RESERVED_C_STACK_BYTES),
#if defined(mingw32_HOST_OS)
"i"(72 /*stack frame size*/)
"i"(80 /*stack frame size; 8 too large to make the alignment right*/)
#else
"i"(48 /*stack frame size*/)
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment