From f89b06160e5d33d056ee2e365e130c36ea416ac5 Mon Sep 17 00:00:00 2001 From: sof Date: Sun, 5 Oct 1997 20:42:48 +0000 Subject: [PATCH] [project @ 1997-10-05 20:42:48 by sof] wibble --- ghc/includes/StgMacros.lh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4