| Index: runtime/vm/runtime_entry_arm.cc
 | 
| diff --git a/runtime/vm/runtime_entry_arm.cc b/runtime/vm/runtime_entry_arm.cc
 | 
| index d355254066a5693f83c4d943effb8ff7d0a0dfe1..b373811821eea0880ad5be8c7c5a308ed43d4269 100644
 | 
| --- a/runtime/vm/runtime_entry_arm.cc
 | 
| +++ b/runtime/vm/runtime_entry_arm.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.
 | 
| 
 |