diff options
Diffstat (limited to 'rts/RetainerProfile.c')
-rw-r--r-- | rts/RetainerProfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/RetainerProfile.c b/rts/RetainerProfile.c index 3fe0f8bf9a..6cd9c89b83 100644 --- a/rts/RetainerProfile.c +++ b/rts/RetainerProfile.c @@ -451,6 +451,7 @@ push( StgClosure *c, retainer c_child_r, StgClosure **first_child ) case CONSTR_0_1: case CONSTR_0_2: case ARR_WORDS: + case COMPACT_NFDATA: *first_child = NULL; return; |