| Index: src/s390/simulator-s390.cc
|
| diff --git a/src/s390/simulator-s390.cc b/src/s390/simulator-s390.cc
|
| index 01c96d65e1bcc98ef130ac3472276837dc891cdf..f611d24cb7b5b188a0410894bb7fc27a82daece0 100644
|
| --- a/src/s390/simulator-s390.cc
|
| +++ b/src/s390/simulator-s390.cc
|
| @@ -598,7 +598,7 @@ void S390Debugger::Debug() {
|
| PrintF("Wrong usage. Use help command for more information.\n");
|
| }
|
| } else if (strcmp(cmd, "icount") == 0) {
|
| - PrintF("%05d\n", sim_->icount_);
|
| + PrintF("%05" PRId64 "\n", sim_->icount_);
|
| } else if ((strcmp(cmd, "t") == 0) || strcmp(cmd, "trace") == 0) {
|
| ::v8::internal::FLAG_trace_sim = !::v8::internal::FLAG_trace_sim;
|
| PrintF("Trace of executed instructions is %s\n",
|
|
|