projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1efc2d9
)
[project @ 2005-07-25 14:01:42 by simonmar]
author
simonmar
<unknown>
Mon, 25 Jul 2005 14:01:42 +0000
(14:01 +0000)
committer
simonmar
<unknown>
Mon, 25 Jul 2005 14:01:42 +0000
(14:01 +0000)
catching up with GC tweaks.
ghc/rts/ProfHeap.c
patch
|
blob
|
history
diff --git
a/ghc/rts/ProfHeap.c
b/ghc/rts/ProfHeap.c
index
f30ef5d
..
2593d1e
100644
(file)
--- 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++) {