From: Simon Marlow Date: Mon, 6 Jun 2011 11:19:24 +0000 (+0100) Subject: fix a cut/paste bug in debugging code X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8c08b6b5fadc8a245895a8aeaf3ee2f618a01cdd;p=ghc-hetmet.git fix a cut/paste bug in debugging code --- 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); }