| Index: runtime/vm/assembler_arm64.h
|
| diff --git a/runtime/vm/assembler_arm64.h b/runtime/vm/assembler_arm64.h
|
| index 14756255d5d3611330219f31cc01366b780cf652..ee8eb70819e7a329eda6967f744a311b3fd831f5 100644
|
| --- a/runtime/vm/assembler_arm64.h
|
| +++ b/runtime/vm/assembler_arm64.h
|
| @@ -1228,6 +1228,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.
|
|
|