Index: runtime/vm/runtime_entry_x64.cc |
=================================================================== |
--- runtime/vm/runtime_entry_x64.cc (revision 27291) |
+++ 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()); |
+ __ Call(&StubCode::CallToRuntimeLabel(), PP); |
} |
} |