X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FHsFFI.h;h=9fce2a484d9c734fa0108fbae6ab17bbe16e88e5;hb=d50e93cf95b68bf858be82025b56c9977335ed76;hp=0d343f8d980d66572d7bd2661507a6b29c27b9f3;hpb=71e810db51fb7f874f11f561303bd0bcb5e6d3d0;p=ghc-hetmet.git diff --git a/includes/HsFFI.h b/includes/HsFFI.h index 0d343f8..9fce2a4 100644 --- a/includes/HsFFI.h +++ b/includes/HsFFI.h @@ -158,7 +158,9 @@ extern void hs_perform_gc (void); extern void hs_free_stable_ptr (HsStablePtr sp); extern void hs_free_fun_ptr (HsFunPtr fp); -extern void hs_hpc_module(char *modName,int modCount,StgWord64 *tixArr); +extern int hs_hpc_module(char *modName,int modCount,StgWord64 *tixArr); +extern void hs_hpc_tick(int globIx); +extern void hs_hpc_throw(void); /* -------------------------------------------------------------------------- */