Revision: 19182
Author:   [email protected]
Date:     Fri Feb  7 08:41:43 2014 UTC
Log:      A64: Fix CallStubCompiler::CompileArrayPushCall

The receiver is now stored in x0, so we can't use it as scratch register
anymore.

BUG=none
[email protected], [email protected]
LOG=n

Review URL: https://codereview.chromium.org/143303004
http://code.google.com/p/v8/source/detail?r=19182

Modified:
 /branches/experimental/a64/src/a64/stub-cache-a64.cc

=======================================
--- /branches/experimental/a64/src/a64/stub-cache-a64.cc Thu Feb 6 18:26:51 2014 UTC +++ /branches/experimental/a64/src/a64/stub-cache-a64.cc Fri Feb 7 08:41:43 2014 UTC
@@ -1751,7 +1751,7 @@
       __ Bind(&check_double);
       // Check that the elements are in fast mode and writable.
       __ CheckMap(elements,
-                  x0,
+                  x10,
                   Heap::kFixedDoubleArrayMapRootIndex,
                   &call_builtin,
                   DONT_DO_SMI_CHECK);

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to