| Index: runtime/vm/runtime_entry_arm.cc
|
| ===================================================================
|
| --- runtime/vm/runtime_entry_arm.cc (revision 19698)
|
| +++ runtime/vm/runtime_entry_arm.cc (working copy)
|
| @@ -27,7 +27,7 @@
|
| // into the runtime system.
|
| uword entry = GetEntryPoint();
|
| #if defined(USING_SIMULATOR)
|
| - entry = Simulator::RedirectExternalReference(entry, argument_count());
|
| + entry = Simulator::RedirectExternalReference(entry, Simulator::kRuntimeCall);
|
| #endif
|
| if (is_leaf()) {
|
| ExternalLabel label(name(), entry);
|
|
|