X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FRtsExternal.h;fp=includes%2FRtsExternal.h;h=62764e1019cea5960cc567134508aae901801b92;hb=55a5d8d90280a611bafb659bc80778d3927a6bff;hp=0c606e99b9de0b729afbfbbbc87775c7775582bf;hpb=182edd420fe8d5ec0d12fcabaec7d13416a77cd6;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);