Index: src/arm/frames-arm.cc |
=================================================================== |
--- src/arm/frames-arm.cc (revision 4656) |
+++ src/arm/frames-arm.cc (working copy) |
@@ -27,6 +27,8 @@ |
#include "v8.h" |
+#if defined(V8_TARGET_ARCH_ARM) |
+ |
#include "frames-inl.h" |
#ifdef V8_ARM_VARIANT_THUMB |
#include "arm/assembler-thumb2-inl.h" |
@@ -121,3 +123,5 @@ |
} } // namespace v8::internal |
+ |
+#endif // V8_TARGET_ARCH_ARM |