Commit 76a6c739 authored by whesse@chromium.org's avatar whesse@chromium.org

X64: Fix error in Win64 platform specific code in regexp stub.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7062 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 8a0e2171
......@@ -2645,7 +2645,7 @@ void RegExpExecStub::Generate(MacroAssembler* masm) {
__ movq(arg2, rbx);
// Argument 1: Subject string.
#ifdef WIN64_
#ifdef _WIN64
__ movq(arg1, rdi);
#else
// Already there in AMD64 calling convention.
......
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