Chromium Code Reviews| Index: runtime/bin/run_vm_tests.cc |
| =================================================================== |
| --- runtime/bin/run_vm_tests.cc (revision 38492) |
| +++ runtime/bin/run_vm_tests.cc (working copy) |
| @@ -47,7 +47,7 @@ |
| if ((run_filter == kAllBenchmarks) || |
| (strcmp(run_filter, this->name()) == 0)) { |
| this->Run(); |
| - OS::Print("%s(%s): %" Pd "\n", |
| + OS::Print("%s(%s): %" Pd64 "\n", |
| this->name(), this->score_kind(), this->score()); |
| run_matches++; |
| } else if (run_filter == kList) { |