projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e6a932
)
[project @ 1997-10-05 20:42:48 by sof]
author
sof
<unknown>
Sun, 5 Oct 1997 20:42:48 +0000
(20:42 +0000)
committer
sof
<unknown>
Sun, 5 Oct 1997 20:42:48 +0000
(20:42 +0000)
wibble
ghc/includes/StgMacros.lh
patch
|
blob
|
history
diff --git
a/ghc/includes/StgMacros.lh
b/ghc/includes/StgMacros.lh
index
f4234aa
..
5484c77
100644
(file)
--- a/
ghc/includes/StgMacros.lh
+++ b/
ghc/includes/StgMacros.lh
@@
-232,7
+232,7
@@
I_ StackOverflow PROTO((W_, W_));
do { \
DO_ASTK_HWM(); /* ticky-ticky profiling */ \
DO_BSTK_HWM(); \
- if (STKS_OVERFLOW_OP((a_headroom) + 1, (b_headroom) + 1)) { \
+ if (STKS_OVERFLOW_OP(((a_headroom) + 1), ((b_headroom) + 1))) { \
STACK_OVERFLOW(liveness_mask,a_headroom,b_headroom,spa,spb,ret_type,reenter);\
} \
}while(0)