X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FException.cmm;h=8ca397b95e8ebf3f3e9f6ef2433c65867514135f;hb=f943473cc7db20fbeceb66bd67b2f7872da6941b;hp=6e656e07a0f912c0fc3dd80fd2a1e2a2989860bb;hpb=33db60082554c323f66369e02808d3df5970a36d;p=ghc-hetmet.git diff --git a/rts/Exception.cmm b/rts/Exception.cmm index 6e656e0..8ca397b 100644 --- a/rts/Exception.cmm +++ b/rts/Exception.cmm @@ -329,7 +329,7 @@ raisezh_fast /* ToDo: currently this is a hack. Would be much better if * the info was only displayed for an *uncaught* exception. */ - if (RtsFlags_ProfFlags_showCCSOnException(RtsFlags) != 0) { + if (RtsFlags_ProfFlags_showCCSOnException(RtsFlags) != 0::I32) { foreign "C" fprintCCS_stderr(W_[CCCS] "ptr"); } #endif