Chromium Code Reviews| Index: runtime/vm/flow_graph_compiler_mips.cc |
| =================================================================== |
| --- runtime/vm/flow_graph_compiler_mips.cc (revision 36643) |
| +++ runtime/vm/flow_graph_compiler_mips.cc (working copy) |
| @@ -1373,7 +1373,7 @@ |
| } else { |
| UNIMPLEMENTED(); |
| } |
| - ExternalLabel target_label("StaticCallICStub", label_address); |
| + ExternalLabel target_label(label_address); |
| __ LoadObject(S5, ic_data); |
| GenerateDartCall(deopt_id, |
| token_pos, |