Index: runtime/vm/pages.cc |
diff --git a/runtime/vm/pages.cc b/runtime/vm/pages.cc |
index 5eb4c5247848ee27f6499c85ba47b2ed24f455e9..5168ff5d494fc000e2768c00d2ef920465c38efa 100644 |
--- a/runtime/vm/pages.cc |
+++ b/runtime/vm/pages.cc |
@@ -438,7 +438,7 @@ void PageSpace::MarkSweep(bool invoke_api_callbacks, const char* gc_reason) { |
if (FLAG_verbose_gc) { |
const intptr_t KB2 = KB / 2; |
- OS::PrintErr("Mark-Sweep[%d]: %lldus (%dK -> %dK, %dK)\n", |
+ OS::PrintErr("Mark-Sweep[%d]: %"Pd64"us (%"Pd"K -> %"Pd"K, %"Pd"K)\n", |
count_, |
timer.TotalElapsedTime(), |
(in_use_before + (KB2)) / KB, |