diff options
| author | simonmar <unknown> | 2005-07-25 14:01:42 +0000 |
|---|---|---|
| committer | simonmar <unknown> | 2005-07-25 14:01:42 +0000 |
| commit | fcb34f7bb31145fb2639b4410415d796ca43114b (patch) | |
| tree | 92789c7810a472e6ed1d4dc197bf97c32c5e6e26 /ghc/rts/ProfHeap.c | |
| parent | 1efc2d9cddec8ee6c1d25e64931bd7f1e185898c (diff) | |
| download | haskell-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.c | 2 |
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++) { |
