| Index: runtime/vm/code_generator_ia32.cc
|
| ===================================================================
|
| --- runtime/vm/code_generator_ia32.cc (revision 7399)
|
| +++ runtime/vm/code_generator_ia32.cc (working copy)
|
| @@ -656,7 +656,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);
|
| __ pushl(EAX); // Preserve result.
|
| __ pushl(EBX); // Argument for runtime: function to optimize.
|
| __ CallRuntime(kOptimizeInvokedFunctionRuntimeEntry);
|
|
|