Chromium Code Reviews| Index: src/arm/assembler-thumb2.cc | 
| =================================================================== | 
| --- src/arm/assembler-thumb2.cc (revision 4656) | 
| +++ src/arm/assembler-thumb2.cc (working copy) | 
| @@ -36,6 +36,8 @@ | 
| #include "v8.h" | 
| +#if defined(V8_TARGET_ARCH_ARM) && defined(V8_ARM_VARIANT_THUMB) | 
| + | 
| #include "arm/assembler-thumb2-inl.h" | 
| #include "serialize.h" | 
| @@ -1876,3 +1878,5 @@ | 
| } } // namespace v8::internal | 
| + | 
| +#endif // V8_TARGET_ARCH_ARM && V8_ARM_VARIANT_THUMB |