Revision: 6336
Author: [email protected]
Date: Fri Jan 14 08:15:40 2011
Log: Fix typo that breaks compilation on x64.
Review URL: http://codereview.chromium.org/6342003
http://code.google.com/p/v8/source/detail?r=6336

Modified:
 /branches/bleeding_edge/src/x64/lithium-codegen-x64.cc

=======================================
--- /branches/bleeding_edge/src/x64/lithium-codegen-x64.cc Fri Jan 14 07:07:44 2011 +++ /branches/bleeding_edge/src/x64/lithium-codegen-x64.cc Fri Jan 14 08:15:40 2011
@@ -277,7 +277,7 @@
       for (int offset = slots * kPointerSize - kPageSize;
            offset > 0;
            offset -= kPageSize) {
-        __ moveq(Operand(rsp, offset), rax);
+        __ movq(Operand(rsp, offset), rax);
       }
 #endif
     }

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

Reply via email to