[commit: ghc] master: rts: One last formatting string fix (88f06d4)
git at git.haskell.org
git at git.haskell.org
Thu Mar 29 15:42:12 UTC 2018
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/88f06d41f76b342193c393b192a219715fb39ff9/ghc
>---------------------------------------------------------------
commit 88f06d41f76b342193c393b192a219715fb39ff9
Author: Ben Gamari <ben at smart-cactus.org>
Date: Thu Mar 29 10:45:21 2018 -0400
rts: One last formatting string fix
>---------------------------------------------------------------
88f06d41f76b342193c393b192a219715fb39ff9
rts/Stats.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rts/Stats.c b/rts/Stats.c
index 1aea64f..44b6e2d 100644
--- a/rts/Stats.c
+++ b/rts/Stats.c
@@ -716,7 +716,7 @@ static void report_summary(const RTSSummaryStats* sum)
peakWorkerCount, workerCount,
n_capabilities);
- statsPrintf(" SPARKS: %" FMT_Word
+ statsPrintf(" SPARKS: %" FMT_Word64
"(%" FMT_Word " converted, %" FMT_Word " overflowed, %"
FMT_Word " dud, %" FMT_Word " GC'd, %" FMT_Word " fizzled)\n\n",
sum->sparks_count,
More information about the ghc-commits
mailing list