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