Index: runtime/vm/runtime_entry_mips.cc |
diff --git a/runtime/vm/runtime_entry_mips.cc b/runtime/vm/runtime_entry_mips.cc |
index 872a37c26a2bd97d4982969248ccd94ecd0aeb11..4355e7e4662613b7857eb153d4c85923d861b30d 100644 |
--- a/runtime/vm/runtime_entry_mips.cc |
+++ b/runtime/vm/runtime_entry_mips.cc |
@@ -49,8 +49,7 @@ void RuntimeEntry::Call(Assembler* assembler, intptr_t argument_count) const { |
// informative error message. |
__ LoadExternalLabel(S5, &label, kNotPatchable); |
__ LoadImmediate(S4, argument_count); |
- __ BranchLink(&Isolate::Current()->stub_code()->CallToRuntimeLabel(), |
- kNotPatchable); |
+ __ BranchLink(&StubCode::CallToRuntimeLabel(), kNotPatchable); |
} |
} |