summaryrefslogtreecommitdiff
path: root/rts/RetainerProfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/RetainerProfile.c')
-rw-r--r--rts/RetainerProfile.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/rts/RetainerProfile.c b/rts/RetainerProfile.c
index 1e23d8d856..b89519b05d 100644
--- a/rts/RetainerProfile.c
+++ b/rts/RetainerProfile.c
@@ -255,9 +255,10 @@ associate( StgClosure *c, RetainerSet *s )
}
static bool
-retainVisitClosure( StgClosure *c, const StgClosure *cp, const stackData data, const bool first_visit, stackData *out_data )
+retainVisitClosure( StgClosure *c, const StgClosure *cp, const stackData data, const bool first_visit, stackAccum *acc, stackData *out_data )
{
(void) first_visit;
+ (void) acc;
retainer r = data.c_child_r;
RetainerSet *s, *retainerSetOfc;