| Index: src/heap/gc-tracer.cc
|
| diff --git a/src/heap/gc-tracer.cc b/src/heap/gc-tracer.cc
|
| index 5cfba6f7443d2c8081997aab4fa4e23b5a45d695..adb5f04edc47570e1d719f4b473b13d36cf34bf9 100644
|
| --- a/src/heap/gc-tracer.cc
|
| +++ b/src/heap/gc-tracer.cc
|
| @@ -467,9 +467,9 @@ void GCTracer::PrintNVP() const {
|
| " "
|
| "allocated=%" PRIuS
|
| " "
|
| - "promoted=%" PRIuS
|
| + "promoted=%" V8PRIdPTR
|
| " "
|
| - "semi_space_copied=%" PRIuS
|
| + "semi_space_copied=%" V8PRIdPTR
|
| " "
|
| "nodes_died_in_new=%d "
|
| "nodes_copied_in_new=%d "
|
| @@ -579,9 +579,9 @@ void GCTracer::PrintNVP() const {
|
| " "
|
| "allocated=%" PRIuS
|
| " "
|
| - "promoted=%" PRIuS
|
| + "promoted=%" V8PRIdPTR
|
| " "
|
| - "semi_space_copied=%" PRIuS
|
| + "semi_space_copied=%" V8PRIdPTR
|
| " "
|
| "nodes_died_in_new=%d "
|
| "nodes_copied_in_new=%d "
|
|
|