Chromium Code Reviews| Index: runtime/vm/ast_printer.cc |
| =================================================================== |
| --- runtime/vm/ast_printer.cc (revision 44621) |
| +++ runtime/vm/ast_printer.cc (working copy) |
| @@ -30,7 +30,7 @@ |
| LocalScope* scope = node->scope(); |
| ISL_Print("(%s (scope \"%p\"", node->PrettyName(), scope); |
| if (scope != NULL) { |
| - ISL_Print(" (%d-%d) loop %d", |
| + ISL_Print(" (%" Pd "-%" Pd ") loop %d", |
| scope->begin_token_pos(), |
| scope->end_token_pos(), |
| scope->loop_level()); |