diff options
Diffstat (limited to 'rts/RetainerProfile.h')
-rw-r--r-- | rts/RetainerProfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RetainerProfile.h b/rts/RetainerProfile.h index ba0161c98d..e7a280fa5d 100644 --- a/rts/RetainerProfile.h +++ b/rts/RetainerProfile.h @@ -21,7 +21,7 @@ void endRetainerProfiling ( void ); void retainerProfile ( void ); // extract the retainer set field from c -#define RSET(c) ((c)->header.prof.hp.trav.rs) +#define RSET(c) ((c)->header.prof.hp.trav) static inline RetainerSet * retainerSetOf( const StgClosure *c ) |