Chromium Code Reviews| Index: runtime/vm/simulator_arm64.cc |
| =================================================================== |
| --- runtime/vm/simulator_arm64.cc (revision 35183) |
| +++ runtime/vm/simulator_arm64.cc (working copy) |
| @@ -247,7 +247,7 @@ |
| end = start + (10 * Instr::kInstrSize); |
| } |
| } else { |
| - intptr_t length; |
| + int64_t length; |
| if (GetValue(arg1, &start) && GetValue(arg2, &length)) { |
| if (Simulator::IsIllegalAddress(start)) { |
| // If start isn't a valid address, warn and use PC instead |