Index: src/x64/assembler-x64.cc |
=================================================================== |
--- src/x64/assembler-x64.cc (revision 4656) |
+++ src/x64/assembler-x64.cc (working copy) |
@@ -27,6 +27,8 @@ |
#include "v8.h" |
+#if defined(V8_TARGET_ARCH_X64) |
+ |
#include "macro-assembler.h" |
#include "serialize.h" |
@@ -2740,3 +2742,5 @@ |
1 << RelocInfo::JS_RETURN; |
} } // namespace v8::internal |
+ |
+#endif // V8_TARGET_ARCH_X64 |