summaryrefslogtreecommitdiff
path: root/rts/ProfHeap.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/ProfHeap.c')
-rw-r--r--rts/ProfHeap.c3
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: