Chromium Code Reviews| Index: runtime/vm/runtime_entry_arm64.cc |
| =================================================================== |
| --- runtime/vm/runtime_entry_arm64.cc (revision 36643) |
| +++ runtime/vm/runtime_entry_arm64.cc (working copy) |
| @@ -39,7 +39,7 @@ |
| #endif |
| if (is_leaf()) { |
| ASSERT(argument_count == this->argument_count()); |
| - ExternalLabel label(name(), entry); |
| + ExternalLabel label(entry); |
| __ BranchLink(&label, kNoPP); |
| } else { |
| // Argument count is not checked here, but in the runtime entry for a more |