[project @ 2005-04-27 09:48:34 by simonmar]
[ghc-hetmet.git] / ghc / rts / Exception.cmm
index f8d305e..6192f6d 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(W_[stderr] "ptr",W_[CCCS] "ptr");
+      foreign "C" fprintCCS_stderr(W_[CCCS] "ptr");
     }
 #endif