[project @ 2005-04-22 21:16:27 by simonmar]
[ghc-hetmet.git] / ghc / rts / Exception.cmm
index edabf54..1c5d47c 100644 (file)
@@ -330,7 +330,7 @@ raisezh_fast
      * the info was only displayed for an *uncaught* exception.
      */
     if (RtsFlags_ProfFlags_showCCSOnException(RtsFlags)) {
-      foreign "C" fprintCCS(stderr,W_[CCCS]);
+      foreign "C" fprintCCS(W_[stderr] "ptr",W_[CCCS] "ptr");
     }
 #endif