diff options
Diffstat (limited to 'rts/ProfHeap.c')
-rw-r--r-- | rts/ProfHeap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/ProfHeap.c b/rts/ProfHeap.c index e90051c5e6..4a2816c29d 100644 --- a/rts/ProfHeap.c +++ b/rts/ProfHeap.c @@ -878,8 +878,8 @@ heapCensusChain( Census *census, bdescr *bd ) case IND_PERM: case IND_OLDGEN: case IND_OLDGEN_PERM: - case CAF_BLACKHOLE: case BLACKHOLE: + case BLOCKING_QUEUE: case FUN_1_0: case FUN_0_1: case FUN_1_1: |