fix a cut/paste bug in debugging code
authorSimon Marlow <marlowsd@gmail.com>
Mon, 6 Jun 2011 11:19:24 +0000 (12:19 +0100)
committerSimon Marlow <marlowsd@gmail.com>
Mon, 6 Jun 2011 11:19:24 +0000 (12:19 +0100)
rts/Stats.c

index 8366bf4..9fc702a 100644 (file)
@@ -813,7 +813,6 @@ statDescribeGens(void)
           }
 
           gen_live   += gcThreadLiveWords(i,g);
-          gen_live   += gcThreadLiveWords(i,g);
           gen_blocks += gcThreadLiveBlocks(i,g);
       }