X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FException.cmm;h=6192f6d77637b4882d14b522427421de3ca399f1;hb=03d63424f3034c34d61fe0f654e05d20c9eded89;hp=f8d305efd8125d447974b6034adf54b42ec5151b;hpb=8a1f6023fa6fde26604dc0ac26469fd93f978d58;p=ghc-hetmet.git diff --git a/ghc/rts/Exception.cmm b/ghc/rts/Exception.cmm index f8d305e..6192f6d 100644 --- a/ghc/rts/Exception.cmm +++ b/ghc/rts/Exception.cmm @@ -330,7 +330,7 @@ raisezh_fast * the info was only displayed for an *uncaught* exception. */ if (RtsFlags_ProfFlags_showCCSOnException(RtsFlags)) { - foreign "C" fprintCCS(W_[stderr] "ptr",W_[CCCS] "ptr"); + foreign "C" fprintCCS_stderr(W_[CCCS] "ptr"); } #endif