X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRetainerProfile.h;h=da9a847478cdd79b6fd67bfa169a2b3428e38da2;hb=cadba81047f6188fad2fe07004c3cb36316c36d1;hp=f33c079f040f3345ac8247dfbd5209cb588c6f10;hpb=4c394999264d602f10e7623cefa7588423c4f68b;p=ghc-hetmet.git diff --git a/rts/RetainerProfile.h b/rts/RetainerProfile.h index f33c079..da9a847 100644 --- a/rts/RetainerProfile.h +++ b/rts/RetainerProfile.h @@ -16,11 +16,10 @@ extern void initRetainerProfiling ( void ); extern void endRetainerProfiling ( void ); -extern void printRetainer ( FILE *, retainer ); extern void retainerProfile ( void ); extern void resetStaticObjectForRetainerProfiling( StgClosure *static_objects ); -extern StgWord RTS_VAR(flip); +extern StgWord flip; // extract the retainer set field from c #define RSET(c) ((c)->header.prof.hp.rs)