Fix some text in the GHCi help message that was going over 80 columns
[ghc-hetmet.git] / rts / Exception.cmm
index 62d544c..bf5893e 100644 (file)
@@ -383,7 +383,7 @@ raisezh_fast
 #endif
     
     /* Inform the Hpc that an exception has been thrown */
-    foreign "C" hs_hpc_event("Raise",CurrentTSO);
+    foreign "C" hs_hpc_raise_event(CurrentTSO "ptr");
 
 retry_pop_stack:
     StgTSO_sp(CurrentTSO) = Sp;