| Index: src/arm/simulator-arm.cc
|
| ===================================================================
|
| --- src/arm/simulator-arm.cc (revision 5614)
|
| +++ src/arm/simulator-arm.cc (working copy)
|
| @@ -37,7 +37,7 @@
|
| #include "arm/constants-arm.h"
|
| #include "arm/simulator-arm.h"
|
|
|
| -#if !defined(__arm__)
|
| +#if !defined(__arm__) || defined(USE_SIMULATOR)
|
|
|
| // Only build the simulator if not compiling for real ARM hardware.
|
| namespace assembler {
|
| @@ -2840,6 +2840,6 @@
|
|
|
| } } // namespace assembler::arm
|
|
|
| -#endif // __arm__
|
| +#endif // !__arm__ || USE_SIMULATOR
|
|
|
| #endif // V8_TARGET_ARCH_ARM
|
|
|