X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRetainerProfile.h;h=f33c079f040f3345ac8247dfbd5209cb588c6f10;hb=27de38efce6d73d2a0209f803cfa98c82773e773;hp=827daa8ef468c779ac25441dc8610d3100146937;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/rts/RetainerProfile.h b/rts/RetainerProfile.h index 827daa8..f33c079 100644 --- a/rts/RetainerProfile.h +++ b/rts/RetainerProfile.h @@ -18,7 +18,7 @@ extern void initRetainerProfiling ( void ); extern void endRetainerProfiling ( void ); extern void printRetainer ( FILE *, retainer ); extern void retainerProfile ( void ); -extern void resetStaticObjectForRetainerProfiling ( void ); +extern void resetStaticObjectForRetainerProfiling( StgClosure *static_objects ); extern StgWord RTS_VAR(flip);