Reviewers: jochen, m.m.capewell,

Message:
PTAL

Description:
A64: fix after r18982.

Register x19 is used by a caller of the stub.

BUG=

Please review this at https://codereview.chromium.org/139663005/

SVN Base: https://v8.googlecode.com/svn/branches/experimental/a64

Affected files (+1, -1 lines):
  M src/a64/code-stubs-a64.cc


Index: src/a64/code-stubs-a64.cc
diff --git a/src/a64/code-stubs-a64.cc b/src/a64/code-stubs-a64.cc
index 6e7593aad3fb4c041303cc60717167ba471a8e5d..b878b4a8bdd10ccdc0ade524f2a032c20492a62b 100644
--- a/src/a64/code-stubs-a64.cc
+++ b/src/a64/code-stubs-a64.cc
@@ -1327,7 +1327,7 @@ void BinaryOpStub_GenerateFPOperation(MacroAssembler* masm,
   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