From: Simon Marlow Date: Thu, 27 Apr 2006 13:00:48 +0000 (+0000) Subject: fix a warning X-Git-Tag: Before_FC_branch_merge~416 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=bd78c23d9f195c2b62b7788f8506ac54d07772e0 fix a warning --- diff --git a/rts/Stats.c b/rts/Stats.c index 28d09bd..f0f61b2 100644 --- a/rts/Stats.c +++ b/rts/Stats.c @@ -578,7 +578,7 @@ statDescribeGens(void) if (s != 0) { debugBelch("%36s",""); } - debugBelch("%6d %8d %8d %8d\n", s, step->n_blocks, + debugBelch("%6d %8d %8ld %8d\n", s, step->n_blocks, live, lge); } }