| Index: runtime/vm/zone.cc
|
| diff --git a/runtime/vm/zone.cc b/runtime/vm/zone.cc
|
| index 79dcbf05f091a45ffa9e0b094826c6e56256b56f..88ee0c06e2cbc3b29978bd4e4f0e4766f6a4cf7a 100644
|
| --- a/runtime/vm/zone.cc
|
| +++ b/runtime/vm/zone.cc
|
| @@ -198,7 +198,7 @@ void BaseZone::DumpZoneSizes() {
|
| for (Segment* s = large_segments_; s != NULL; s = s->next()) {
|
| size += s->size();
|
| }
|
| - OS::Print("Size in bytes allocated, Total = %d Large Segments = %d\n",
|
| + OS::Print("Size in bytes allocated, Total = %"Pd" Large Segments = %"Pd"\n",
|
| SizeInBytes(), size);
|
| }
|
| #endif
|
|
|