fix a warning
authorSimon Marlow <simonmar@microsoft.com>
Thu, 27 Apr 2006 13:00:48 +0000 (13:00 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 27 Apr 2006 13:00:48 +0000 (13:00 +0000)
rts/Stats.c

index 28d09bd..f0f61b2 100644 (file)
@@ -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);
     }
   }