X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FRtsExternal.h;h=62764e1019cea5960cc567134508aae901801b92;hb=4899cc823373bd016a49cdb0dffd0e22150ec07e;hp=0c606e99b9de0b729afbfbbbc87775c7775582bf;hpb=c8217b3d269ccbdcc6eb8a6e9a9e202d247ca7f4;p=ghc-hetmet.git diff --git a/includes/RtsExternal.h b/includes/RtsExternal.h index 0c606e9..62764e1 100644 --- a/includes/RtsExternal.h +++ b/includes/RtsExternal.h @@ -71,7 +71,7 @@ extern void* createAdjustor(int cconv, StgStablePtr hptr, StgFunPtr wptr, extern void freeHaskellFunctionPtr(void* ptr); /* Hpc stuff */ -extern int hs_hpc_module(char *modName,int modCount,StgWord64 *tixArr); +extern int hs_hpc_module(char *modName,int modCount,int modHashNo,StgWord64 *tixArr); extern void hs_hpc_tick(int globIx,struct StgTSO_ *current_tso); extern void hs_hpc_raise_event(struct StgTSO_ *current_tso); extern void hs_hpc_thread_finished_event(struct StgTSO_ *current_tso);