summaryrefslogtreecommitdiff
path: root/rts/RetainerProfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/RetainerProfile.c')
-rw-r--r--rts/RetainerProfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RetainerProfile.c b/rts/RetainerProfile.c
index 67a6da93cd..5a4530a8aa 100644
--- a/rts/RetainerProfile.c
+++ b/rts/RetainerProfile.c
@@ -1908,7 +1908,7 @@ resetStaticObjectForRetainerProfiling( StgClosure *static_objects )
break;
case FUN_STATIC:
maybeInitRetainerSet(p);
- p = (StgClosure*)*FUN_STATIC_LINK(p);
+ p = (StgClosure*)*STATIC_LINK(p);
break;
case CONSTR:
case CONSTR_1_0: