Index: src/x64/macro-assembler-x64.cc |
=================================================================== |
--- src/x64/macro-assembler-x64.cc (revision 4656) |
+++ src/x64/macro-assembler-x64.cc (working copy) |
@@ -27,6 +27,8 @@ |
#include "v8.h" |
+#if defined(V8_TARGET_ARCH_X64) |
+ |
#include "bootstrapper.h" |
#include "codegen-inl.h" |
#include "assembler-x64.h" |
@@ -2766,3 +2768,5 @@ |
} |
} } // namespace v8::internal |
+ |
+#endif // V8_TARGET_ARCH_X64 |