Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
e1cf0b9f
Commit
e1cf0b9f
authored
Mar 24, 2012
by
Ian Lynagh
Browse files
Fix rsp alignment on Win64
parent
1212145b
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/StgCRun.c
View file @
e1cf0b9f
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment