diff options
Diffstat (limited to 'rts/LdvProfile.c')
-rw-r--r-- | rts/LdvProfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rts/LdvProfile.c b/rts/LdvProfile.c index 428078bb40..26ead95061 100644 --- a/rts/LdvProfile.c +++ b/rts/LdvProfile.c @@ -142,6 +142,7 @@ processHeapClosureForDead( const StgClosure *c ) case RET_BIG: // others case INVALID_OBJECT: + case COMPACT_NFDATA: default: barf("Invalid object in processHeapClosureForDead(): %d", info->type); return 0; |