X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FCmm.h;h=d95002c5afb3389162076c0b7de9cb3ee1cae713;hb=33db60082554c323f66369e02808d3df5970a36d;hp=783b0e41bb0e7087e17aca46f7e1b0d8faed8c2d;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/includes/Cmm.h b/includes/Cmm.h index 783b0e4..d95002c 100644 --- a/includes/Cmm.h +++ b/includes/Cmm.h @@ -214,7 +214,7 @@ * Note the syntax is slightly different to the C version of this macro. */ #ifdef DEBUG -#define IF_DEBUG(c,s) if (RtsFlags_DebugFlags_##c(RtsFlags)) { s; } +#define IF_DEBUG(c,s) if (RtsFlags_DebugFlags_##c(RtsFlags) != 0::I32) { s; } #else #define IF_DEBUG(c,s) /* nothing */ #endif