X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRetainerProfile.h;fp=rts%2FRetainerProfile.h;h=f33c079f040f3345ac8247dfbd5209cb588c6f10;hb=4c394999264d602f10e7623cefa7588423c4f68b;hp=827daa8ef468c779ac25441dc8610d3100146937;hpb=938142abe2999ef941ce4998b830fbd7e770fb4e;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);