diff options
author | simonmar <unknown> | 2005-08-02 14:58:23 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-08-02 14:58:23 +0000 |
commit | a2ae57dadd81559f63e5a041cb1bfa3e98ca561b (patch) | |
tree | aa9149fd24e2b3a85d93a93e6720d08ca4595228 /ghc/rts/GCCompact.c | |
parent | 927eebacf4d6143067f7712aa0d4a3894b0bc044 (diff) | |
download | haskell-a2ae57dadd81559f63e5a041cb1bfa3e98ca561b.tar.gz |
[project @ 2005-08-02 14:58:23 by simonmar]
Fix tiny debugging output bug
Diffstat (limited to 'ghc/rts/GCCompact.c')
-rw-r--r-- | ghc/rts/GCCompact.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc/rts/GCCompact.c b/ghc/rts/GCCompact.c index ad7638dfd3..d449794915 100644 --- 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; } |