summaryrefslogtreecommitdiff
path: root/ghc/rts/ProfHeap.c
diff options
context:
space:
mode:
authorsimonmar <unknown>2005-07-25 14:01:42 +0000
committersimonmar <unknown>2005-07-25 14:01:42 +0000
commitfcb34f7bb31145fb2639b4410415d796ca43114b (patch)
tree92789c7810a472e6ed1d4dc197bf97c32c5e6e26 /ghc/rts/ProfHeap.c
parent1efc2d9cddec8ee6c1d25e64931bd7f1e185898c (diff)
downloadhaskell-fcb34f7bb31145fb2639b4410415d796ca43114b.tar.gz
[project @ 2005-07-25 14:01:42 by simonmar]
catching up with GC tweaks.
Diffstat (limited to 'ghc/rts/ProfHeap.c')
-rw-r--r--ghc/rts/ProfHeap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/rts/ProfHeap.c b/ghc/rts/ProfHeap.c
index f30ef5d391..2593d1e2fa 100644
--- a/ghc/rts/ProfHeap.c
+++ b/ghc/rts/ProfHeap.c
@@ -1063,7 +1063,7 @@ heapCensus( void )
// Now traverse the heap in each generation/step.
if (RtsFlags.GcFlags.generations == 1) {
- heapCensusChain( census, g0s0->to_blocks );
+ heapCensusChain( census, g0s0->blocks );
} else {
for (g = 0; g < RtsFlags.GcFlags.generations; g++) {
for (s = 0; s < generations[g].n_steps; s++) {