Revision: 7062
Author: [email protected]
Date: Fri Mar 4 05:01:47 2011
Log: X64: Fix error in Win64 platform specific code in regexp stub.
Review URL: http://codereview.chromium.org/6626011
http://code.google.com/p/v8/source/detail?r=7062
Modified:
/branches/bleeding_edge/src/x64/code-stubs-x64.cc
=======================================
--- /branches/bleeding_edge/src/x64/code-stubs-x64.cc Wed Mar 2 01:28:04
2011
+++ /branches/bleeding_edge/src/x64/code-stubs-x64.cc Fri Mar 4 05:01:47
2011
@@ -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