Reviewers: Lasse Reichstein,

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

Please review this at http://codereview.chromium.org/6626011/

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/x64/code-stubs-x64.cc


Index: src/x64/code-stubs-x64.cc
===================================================================
--- src/x64/code-stubs-x64.cc   (revision 7060)
+++ src/x64/code-stubs-x64.cc   (working copy)
@@ -2645,7 +2645,7 @@
   __ movq(arg2, rbx);

   // Argument 1: Subject string.
-#ifdef WIN64_
+#ifdef _WIN64
   __ movq(arg1, rdi);
 #else
   // Already there in AMD64 calling convention.


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

Reply via email to