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
4f6a56ea
Commit
4f6a56ea
authored
Mar 24, 2012
by
Ian Lynagh
Browse files
Merge branch 'master' of win:c:/m64/reg4/.
parents
9782f8fb
e1cf0b9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
rts/StgCRun.c
View file @
4f6a56ea
...
...
@@ -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