Chromium Code Reviews| Index: src/arm/frames-arm.cc |
| =================================================================== |
| --- src/arm/frames-arm.cc (revision 4699) |
| +++ src/arm/frames-arm.cc (working copy) |
| @@ -27,12 +27,10 @@ |
| #include "v8.h" |
| +#if defined(V8_TARGET_ARCH_ARM) |
| + |
| #include "frames-inl.h" |
| -#ifdef V8_ARM_VARIANT_THUMB |
| -#include "arm/assembler-thumb2-inl.h" |
| -#else |
| #include "arm/assembler-arm-inl.h" |
| -#endif |
| namespace v8 { |
| @@ -121,3 +119,5 @@ |
| } } // namespace v8::internal |
| + |
| +#endif // V8_TARGET_ARCH_ARM |