diff options
Diffstat (limited to 'rts/sm/Compact.c')
-rw-r--r-- | rts/sm/Compact.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/sm/Compact.c b/rts/sm/Compact.c index ec178e91ef..3528fabb7b 100644 --- a/rts/sm/Compact.c +++ b/rts/sm/Compact.c @@ -470,6 +470,7 @@ update_fwd_large( bdescr *bd ) switch (info->type) { case ARR_WORDS: + case COMPACT_NFDATA: // nothing to follow continue; |