| Index: runtime/vm/stub_code_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/stub_code_ia32.cc (revision 7399)
|
| +++ runtime/vm/stub_code_ia32.cc (working copy)
|
| @@ -1524,7 +1524,7 @@
|
| __ cmpl(FieldAddress(EBX, Function::usage_counter_offset()),
|
| Immediate(FLAG_optimization_counter_threshold));
|
| Label not_yet_hot;
|
| - __ j(LESS_EQUAL, ¬_yet_hot);
|
| + __ j(LESS_EQUAL, ¬_yet_hot, Assembler::kNearJump);
|
| __ EnterFrame(0);
|
| __ pushl(ECX); // Preserve inline cache data object.
|
| __ pushl(EDX); // Preserve arguments array.
|
|
|