Reviewers: Vitaly Repeshko,

Description:
Add missing #ifdef to lithium-gap-resolver-ia32.cc. This fixes the GYP-based
64-bit Mac build.

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

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

Affected files:
  M     src/ia32/lithium-gap-resolver-ia32.cc


Index: src/ia32/lithium-gap-resolver-ia32.cc
===================================================================
--- src/ia32/lithium-gap-resolver-ia32.cc       (revision 7462)
+++ src/ia32/lithium-gap-resolver-ia32.cc       (working copy)
@@ -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