Chromium Code Reviews| Index: runtime/vm/assembler_ia32.cc |
| =================================================================== |
| --- runtime/vm/assembler_ia32.cc (revision 9013) |
| +++ runtime/vm/assembler_ia32.cc (working copy) |
| @@ -1392,7 +1392,7 @@ |
| adcl(value, object); |
| andl(value, Immediate(0x7)); |
| cmpl(value, Immediate(0x4)); |
| - j(NOT_ZERO, no_update); |
| + j(NOT_ZERO, no_update, Assembler::kNearJump); |
| } |