Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(588)

Unified Diff: runtime/vm/runtime_entry_arm.cc

Issue 12629004: Implement native call stub on ARM and native call redirection in ARM simulator. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: runtime/vm/runtime_entry_arm.cc
===================================================================
--- runtime/vm/runtime_entry_arm.cc (revision 19653)
+++ 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);
« runtime/vm/os_linux.cc ('K') | « runtime/vm/os_win.cc ('k') | runtime/vm/simulator_arm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698