diff options
Diffstat (limited to 'rts/ProfHeap.c')
-rw-r--r-- | rts/ProfHeap.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rts/ProfHeap.c b/rts/ProfHeap.c index c68b661c86..06558ae103 100644 --- a/rts/ProfHeap.c +++ b/rts/ProfHeap.c @@ -988,7 +988,8 @@ heapCensusChain( Census *census, bdescr *bd ) case MVAR_CLEAN: case MVAR_DIRTY: - case WEAK: + case TVAR: + case WEAK: case PRIM: case MUT_PRIM: case MUT_VAR_CLEAN: |