Chromium Code Reviews| Index: runtime/vm/runtime_entry_x64.cc |
| =================================================================== |
| --- runtime/vm/runtime_entry_x64.cc (revision 27135) |
| +++ runtime/vm/runtime_entry_x64.cc (working copy) |
| @@ -30,7 +30,7 @@ |
| // informative error message. |
| __ movq(RBX, Immediate(GetEntryPoint())); |
| __ movq(R10, Immediate(argument_count)); |
| - __ call(&StubCode::CallToRuntimeLabel()); |
| + __ CallFromPool(&StubCode::CallToRuntimeLabel()); |
| } |
| } |