Index: runtime/vm/zone.cc |
=================================================================== |
--- runtime/vm/zone.cc (revision 26375) |
+++ runtime/vm/zone.cc (working copy) |
@@ -114,7 +114,7 @@ |
#if defined(DEBUG) |
ASSERT(size >= 0); |
if (FLAG_trace_zones) { |
- OS::PrintErr("*** Expanding zone 0x%"Px"\n", |
+ OS::PrintErr("*** Expanding zone 0x%" Px "\n", |
reinterpret_cast<intptr_t>(this)); |
DumpZoneSizes(); |
} |
@@ -179,8 +179,8 @@ |
for (Segment* s = large_segments_; s != NULL; s = s->next()) { |
size += s->size(); |
} |
- OS::PrintErr("*** Zone(0x%"Px") size in bytes," |
- " Total = %"Pd" Large Segments = %"Pd"\n", |
+ OS::PrintErr("*** Zone(0x%" Px ") size in bytes," |
+ " Total = %" Pd " Large Segments = %" Pd "\n", |
reinterpret_cast<intptr_t>(this), SizeInBytes(), size); |
} |
#endif |