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

Unified Diff: src/a64/code-stubs-a64.cc

Issue 139663005: A64: fix after r18982. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
jochen (gone - plz use gerrit) 2014/01/31 13:42:29 hum, it's a callee preserved reg either way, so pr
ASSERT(smi_operands || (not_numbers != NULL));
if (smi_operands) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698