X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FRtsExternal.h;h=a105194487bac19592c48af6115faac2b10a0179;hb=c8732b3c99e93c36ad28e23d2b901b794e89542a;hp=b917dcf1418c49f4999e90681bf63aa20600a580;hpb=55dd028c1dc41c603316dbe843fa13c1cac30720;p=ghc-hetmet.git diff --git a/includes/RtsExternal.h b/includes/RtsExternal.h index b917dcf..a105194 100644 --- a/includes/RtsExternal.h +++ b/includes/RtsExternal.h @@ -69,7 +69,7 @@ extern void freeHaskellFunctionPtr(void* ptr); /* Hpc stuff */ extern int hs_hpc_module(char *modName,int modCount,StgWord64 *tixArr); extern void hs_hpc_tick(int globIx,struct StgTSO_ *current_tso); -extern void hs_hpc_throw(struct StgTSO_ *current_tso); +extern void hs_hpc_event(char *msg,struct StgTSO_ *current_tso); #if defined(mingw32_HOST_OS)