Commit 762f9cf7 authored by whesse@chromium.org's avatar whesse@chromium.org

Fix typo that breaks compilation on x64.

Review URL: http://codereview.chromium.org/6342003

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@6336 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 51876159
......@@ -277,7 +277,7 @@ bool LCodeGen::GeneratePrologue() {
for (int offset = slots * kPointerSize - kPageSize;
offset > 0;
offset -= kPageSize) {
__ moveq(Operand(rsp, offset), rax);
__ movq(Operand(rsp, offset), rax);
}
#endif
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment