summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rts/Stats.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/Stats.c b/rts/Stats.c
index 654edebb55..cee1a2ad90 100644
--- a/rts/Stats.c
+++ b/rts/Stats.c
@@ -1399,7 +1399,7 @@ stat_exitReport (void)
* BLOCKS_PER_MBLOCK
* BLOCK_SIZE_W
- hw_alloc_blocks * BLOCK_SIZE_W)
- / (uint64_t)sizeof(W_);
+ * (uint64_t)sizeof(W_);
sum.average_bytes_used = stats.major_gcs == 0 ? 0 :
stats.cumulative_live_bytes/stats.major_gcs,