Index: runtime/vm/simulator_arm64.cc |
diff --git a/runtime/vm/simulator_arm64.cc b/runtime/vm/simulator_arm64.cc |
index 0a8775e6f3f9aa9fe2f5e94c4fda2c40a1f61674..c3dadd2e8c24c16045a468cba7915ae3ef23bca4 100644 |
--- a/runtime/vm/simulator_arm64.cc |
+++ b/runtime/vm/simulator_arm64.cc |
@@ -9,7 +9,7 @@ |
#if defined(TARGET_ARCH_ARM64) |
// Only build the simulator if not compiling for real ARM hardware. |
-#if !defined(HOST_ARCH_ARM64) |
+#if defined(USING_SIMULATOR) |
#include "vm/simulator.h" |
@@ -3539,6 +3539,6 @@ void Simulator::Longjmp(uword pc, |
} // namespace dart |
-#endif // !defined(HOST_ARCH_ARM64) |
+#endif // !defined(USING_SIMULATOR) |
#endif // defined TARGET_ARCH_ARM64 |