Chromium Code Reviews| Index: runtime/vm/code_generator.cc |
| =================================================================== |
| --- runtime/vm/code_generator.cc (revision 28314) |
| +++ runtime/vm/code_generator.cc (working copy) |
| @@ -865,7 +865,7 @@ |
| } |
| } |
| if (FLAG_trace_ic) { |
| - OS::PrintErr("InlineCacheMissHandler %d call at %#" Px "' " |
| + OS::PrintErr("InlineCacheMissHandler %"Pd" call at %#" Px "' " |
|
siva
2013/10/07 19:40:30
Ditto comment about using spaces.
srdjan
2013/10/07 20:02:59
Done.
|
| "adding <%s> id:%" Pd " -> <%s>\n", |
| args.length(), |
| caller_frame->pc(), |