| Index: runtime/vm/intermediate_language_ia32.cc
|
| diff --git a/runtime/vm/intermediate_language_ia32.cc b/runtime/vm/intermediate_language_ia32.cc
|
| index 0a53e401b806ba6f8b754f5de0fa15dd0b08aa52..23c3f212de53bab21141c04ff3b30d896ce82813 100644
|
| --- a/runtime/vm/intermediate_language_ia32.cc
|
| +++ b/runtime/vm/intermediate_language_ia32.cc
|
| @@ -833,7 +833,7 @@ void NativeCallInstr::EmitNativeCode(FlowGraphCompiler* compiler) {
|
| const StubEntry* stub_entry;
|
| if (link_lazily()) {
|
| stub_entry = StubCode::CallBootstrapCFunction_entry();
|
| - __ movl(ECX, Immediate(NativeEntry::LinkNativeCallLabel().address()));
|
| + __ movl(ECX, Immediate(NativeEntry::LinkNativeCallEntry()));
|
| } else {
|
| stub_entry = (is_bootstrap_native() || is_leaf_call) ?
|
| StubCode::CallBootstrapCFunction_entry() :
|
|
|