Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/8c08b6b5fadc8a245895a8aeaf3ee2f618a01cdd

>---------------------------------------------------------------

commit 8c08b6b5fadc8a245895a8aeaf3ee2f618a01cdd
Author: Simon Marlow <[email protected]>
Date:   Mon Jun 6 12:19:24 2011 +0100

    fix a cut/paste bug in debugging code

>---------------------------------------------------------------

 rts/Stats.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/rts/Stats.c b/rts/Stats.c
index 8366bf4..9fc702a 100644
--- a/rts/Stats.c
+++ b/rts/Stats.c
@@ -813,7 +813,6 @@ statDescribeGens(void)
           }
 
           gen_live   += gcThreadLiveWords(i,g);
-          gen_live   += gcThreadLiveWords(i,g);
           gen_blocks += gcThreadLiveBlocks(i,g);
       }
 



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to