Skip to content
Snippets Groups Projects
Commit f89b0616 authored by sof's avatar sof
Browse files

[project @ 1997-10-05 20:42:48 by sof]

wibble
parent 4e6a9322
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment