Index: src/x64/lithium-codegen-x64.cc |
=================================================================== |
--- src/x64/lithium-codegen-x64.cc (revision 6334) |
+++ src/x64/lithium-codegen-x64.cc (working copy) |
@@ -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 |
} |