| Index: runtime/vm/runtime_entry_mips.cc
|
| diff --git a/runtime/vm/runtime_entry_mips.cc b/runtime/vm/runtime_entry_mips.cc
|
| index 03cfa1fd4f4ce82c00f1792b1f77f45cb01e4c15..e4a5dbf7017e9d267ae8dba9844e1b0dae967641 100644
|
| --- a/runtime/vm/runtime_entry_mips.cc
|
| +++ b/runtime/vm/runtime_entry_mips.cc
|
| @@ -43,7 +43,7 @@ void RuntimeEntry::Call(Assembler* assembler, intptr_t argument_count) const {
|
| ExternalLabel label(entry);
|
| if (is_leaf()) {
|
| ASSERT(argument_count == this->argument_count());
|
| - __ BranchLink(&label);
|
| + __ BranchLink(&label, kNotPatchable);
|
| } else {
|
| // Argument count is not checked here, but in the runtime entry for a more
|
| // informative error message.
|
|
|