From 1ff163b219a3143e2f0e21ae60ab9eb74ef6c483 Mon Sep 17 00:00:00 2001 From: "vegorov@chromium.org" Date: Wed, 18 May 2011 12:26:04 +0000 Subject: [PATCH] Revert accidental change from r7795 that was causing a bug fixed in r7790 to reappear. Review URL: http://codereview.chromium.org/6968010 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7931 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/x64/code-stubs-x64.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc index 6fc6a17..3dc86cc 100644 --- a/src/x64/code-stubs-x64.cc +++ b/src/x64/code-stubs-x64.cc @@ -1010,7 +1010,7 @@ void TypeRecordingBinaryOpStub::GenerateFloatingPointCode( // We need tagged values in rdx and rax for the following code, // not int32 in rax and rcx. __ Integer32ToSmi(rax, rcx); - __ Integer32ToSmi(rdx, rax); + __ Integer32ToSmi(rdx, rbx); __ jmp(allocation_failure); } break; -- 2.7.4