| Index: runtime/vm/assembler_arm.h
|
| diff --git a/runtime/vm/assembler_arm.h b/runtime/vm/assembler_arm.h
|
| index b3014fbc0fcdfba863c0eb2ab4783d6f8487c4f5..a85dd43b5251be8f9dc31873d275f6784d658ae5 100644
|
| --- a/runtime/vm/assembler_arm.h
|
| +++ b/runtime/vm/assembler_arm.h
|
| @@ -675,6 +675,7 @@ class Assembler : public ValueObject {
|
| void BranchLink(const StubEntry& stub_entry,
|
| Patchability patchable = kNotPatchable);
|
| void BranchLink(const Code& code, Patchability patchable);
|
| + void BranchLinkToRuntime();
|
|
|
| // Branch and link to an entry address. Call sequence can be patched.
|
| void BranchLinkPatchable(const StubEntry& stub_entry);
|
|
|