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:
927eeba
)
[project @ 2005-08-02 14:58:23 by simonmar]
author
simonmar
<unknown>
Tue, 2 Aug 2005 14:58:23 +0000
(14:58 +0000)
committer
simonmar
<unknown>
Tue, 2 Aug 2005 14:58:23 +0000
(14:58 +0000)
Fix tiny debugging output bug
ghc/rts/GCCompact.c
patch
|
blob
|
history
diff --git
a/ghc/rts/GCCompact.c
b/ghc/rts/GCCompact.c
index
ad7638d
..
d449794
100644
(file)
--- a/
ghc/rts/GCCompact.c
+++ b/
ghc/rts/GCCompact.c
@@
-917,7
+917,6
@@
update_bkwd_compact( step *stp )
freeChain(free_bd->link);
free_bd->link = NULL;
}
- stp->n_old_blocks = free_blocks;
return free_blocks;
}