| Index: runtime/vm/runtime_entry_x64.cc
|
| diff --git a/runtime/vm/runtime_entry_x64.cc b/runtime/vm/runtime_entry_x64.cc
|
| index 705eacd9473a4bea66763c644c3abd4c831d50b1..0e3cbc69a1768b3baa9116971ddf7f99ef693e6a 100644
|
| --- a/runtime/vm/runtime_entry_x64.cc
|
| +++ b/runtime/vm/runtime_entry_x64.cc
|
| @@ -31,7 +31,7 @@ void RuntimeEntry::Call(Assembler* assembler, intptr_t argument_count) const {
|
| ExternalLabel label(GetEntryPoint());
|
| __ LoadExternalLabel(RBX, &label, kNotPatchable, PP);
|
| __ movq(R10, Immediate(argument_count));
|
| - __ Call(&Isolate::Current()->stub_code()->CallToRuntimeLabel(), PP);
|
| + __ Call(&StubCode::CallToRuntimeLabel(), PP);
|
| }
|
| }
|
|
|
|
|