Revision: 9792
Author:   [email protected]
Date:     Wed Oct 26 04:34:11 2011
Log:      Fixing issue 1788.

BUG=v8:1788

Review URL: http://codereview.chromium.org/8396037
http://code.google.com/p/v8/source/detail?r=9792

Modified:
 /branches/bleeding_edge/src/x64/ic-x64.cc

=======================================
--- /branches/bleeding_edge/src/x64/ic-x64.cc   Mon Oct 24 03:55:00 2011
+++ /branches/bleeding_edge/src/x64/ic-x64.cc   Wed Oct 26 04:34:11 2011
@@ -716,7 +716,7 @@
           rax);
   __ movq(rdx, rax);  // Preserve the value which is returned.
   __ RecordWriteArray(
-      rbx, rax, rcx, kDontSaveFPRegs, EMIT_REMEMBERED_SET, OMIT_SMI_CHECK);
+      rbx, rdx, rcx, kDontSaveFPRegs, EMIT_REMEMBERED_SET, OMIT_SMI_CHECK);
   __ ret(0);

   __ bind(&fast_double_with_map_check);

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to