| Index: runtime/vm/simulator_arm.cc
|
| ===================================================================
|
| --- runtime/vm/simulator_arm.cc (revision 22973)
|
| +++ runtime/vm/simulator_arm.cc (working copy)
|
| @@ -275,7 +275,7 @@
|
| if (token_pos >= 0) {
|
| script.GetTokenLocation(token_pos, &line, &column);
|
| }
|
| - OS::Print("pc=0x%"Px" fp=0x%"Px" sp=0x%"Px" %s%s (%s:%d:%d)\n",
|
| + OS::Print("pc=0x%"Px" fp=0x%"Px" sp=0x%"Px" %s%s (%s:%"Pd":%"Pd")\n",
|
| pc, fp, sp,
|
| is_optimized ? (is_inlined ? "inlined " : "optimized ") : "",
|
| func_name.ToCString(),
|
|
|