Revision: 18988
Author:   [email protected]
Date:     Fri Jan 31 13:43:59 2014 UTC
Log:      A64: fix after r18982.

Register x19 is used by a caller of the stub.

BUG=
[email protected]

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

Modified:
 /branches/experimental/a64/src/a64/code-stubs-a64.cc

=======================================
--- /branches/experimental/a64/src/a64/code-stubs-a64.cc Fri Jan 31 11:00:23 2014 UTC +++ /branches/experimental/a64/src/a64/code-stubs-a64.cc Fri Jan 31 13:43:59 2014 UTC
@@ -1327,7 +1327,7 @@
   FPRegister result_d = d0;
   Register right = x0;
   Register left = x1;
-  Register heap_result = x19;
+  Register heap_result = x21;

   ASSERT(smi_operands || (not_numbers != NULL));
   if (smi_operands) {

--
--
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