Revision: 7463
Author:   [email protected]
Date:     Thu Mar 31 13:09:45 2011
Log: Add missing #ifdef to lithium-gap-resolver-ia32.cc. This fixes the GYP-based
64-bit Mac build.
Review URL: http://codereview.chromium.org/6728035
http://code.google.com/p/v8/source/detail?r=7463

Modified:
 /branches/bleeding_edge/src/ia32/lithium-gap-resolver-ia32.cc

=======================================
--- /branches/bleeding_edge/src/ia32/lithium-gap-resolver-ia32.cc Fri Mar 18 13:35:07 2011 +++ /branches/bleeding_edge/src/ia32/lithium-gap-resolver-ia32.cc Thu Mar 31 13:09:45 2011
@@ -27,6 +27,8 @@

 #include "v8.h"

+#if defined(V8_TARGET_ARCH_IA32)
+
 #include "ia32/lithium-gap-resolver-ia32.h"
 #include "ia32/lithium-codegen-ia32.h"

@@ -460,3 +462,5 @@
 #undef __

 } }  // namespace v8::internal
+
+#endif  // V8_TARGET_ARCH_IA32

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

Reply via email to