| Index: src/arm/simulator-arm.cc
|
| diff --git a/src/arm/simulator-arm.cc b/src/arm/simulator-arm.cc
|
| index 84d9d01d08885b24a729330df6503ffd7b7e2744..534e394af1607a9e77d1c16759da8ab5d86db52c 100644
|
| --- a/src/arm/simulator-arm.cc
|
| +++ b/src/arm/simulator-arm.cc
|
| @@ -37,7 +37,7 @@
|
| #include "arm/constants-arm.h"
|
| #include "arm/simulator-arm.h"
|
|
|
| -#if !defined(__arm__) || defined(USE_SIMULATOR)
|
| +#if defined(USE_SIMULATOR)
|
|
|
| // Only build the simulator if not compiling for real ARM hardware.
|
| namespace assembler {
|
| @@ -2840,6 +2840,6 @@ uintptr_t Simulator::PopAddress() {
|
|
|
| } } // namespace assembler::arm
|
|
|
| -#endif // !__arm__ || USE_SIMULATOR
|
| +#endif // USE_SIMULATOR
|
|
|
| #endif // V8_TARGET_ARCH_ARM
|
|
|