From: sof Date: Sun, 5 Oct 1997 20:42:48 +0000 (+0000) Subject: [project @ 1997-10-05 20:42:48 by sof] X-Git-Tag: Approx_2487_patches~1430 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f89b06160e5d33d056ee2e365e130c36ea416ac5;p=ghc-hetmet.git [project @ 1997-10-05 20:42:48 by sof] wibble --- diff --git a/ghc/includes/StgMacros.lh b/ghc/includes/StgMacros.lh index f4234aa..5484c77 100644 --- 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)