X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FException.cmm;h=ae123f9421d9aa7f47d8dfea30e09fc304c3be55;hb=5f8b35ad729740cab1cb8c884deb405dcc758683;hp=103e0c4a5df93b54243d5f3330f361baf9a1ab67;hpb=d50e93cf95b68bf858be82025b56c9977335ed76;p=ghc-hetmet.git diff --git a/rts/Exception.cmm b/rts/Exception.cmm index 103e0c4..ae123f9 100644 --- a/rts/Exception.cmm +++ b/rts/Exception.cmm @@ -338,7 +338,7 @@ raisezh_fast #endif /* Inform the Hpc that an exception has been thrown */ - foreign "C" hs_hpc_throw(); + foreign "C" hs_hpc_event("Raise",CurrentTSO); retry_pop_stack: StgTSO_sp(CurrentTSO) = Sp;