Chromium Code Reviews| Index: runtime/vm/assembler_arm.cc |
| =================================================================== |
| --- runtime/vm/assembler_arm.cc (revision 28370) |
| +++ runtime/vm/assembler_arm.cc (working copy) |
| @@ -1819,7 +1819,7 @@ |
| EmitType5(cond, dest, link); |
| } |
| } else { |
| - const int position = buffer_.Size(); |
| + const intptr_t position = buffer_.Size(); |
| if (use_far_branches()) { |
| const int32_t dest = label->position_; |
| EmitFarBranch(cond, dest, link); |