| Index: runtime/vm/assembler_mips.h
|
| diff --git a/runtime/vm/assembler_mips.h b/runtime/vm/assembler_mips.h
|
| index 0ca794527a56dd62aaa10c1b9d6333eba78a3f7b..4e4f7f30502c360c808f89eb0d45ce1e299a5374 100644
|
| --- a/runtime/vm/assembler_mips.h
|
| +++ b/runtime/vm/assembler_mips.h
|
| @@ -929,6 +929,7 @@ class Assembler : public ValueObject {
|
| Patchability patchable = kNotPatchable);
|
|
|
| void BranchLinkPatchable(const StubEntry& stub_entry);
|
| + void BranchLinkToRuntime();
|
|
|
| // Emit a call that shares its object pool entries with other calls
|
| // that have the same equivalence marker.
|
|
|