VIXL Release 1.11
Refer to the README.md and LICENCE files for details.
diff --git a/examples/sum-array.cc b/examples/sum-array.cc
index 03f41d4..8803962 100644
--- a/examples/sum-array.cc
+++ b/examples/sum-array.cc
@@ -59,7 +59,7 @@
#ifndef TEST_EXAMPLES
-#ifdef USE_SIMULATOR
+#ifdef VIXL_INCLUDE_SIMULATOR
int main(void) {
// Create and initialize the assembler and the simulator.
byte assm_buf[BUF_SIZE];
@@ -91,5 +91,5 @@
#else
// Without the simulator there is nothing to test.
int main(void) { return 0; }
-#endif // USE_SIMULATOR
+#endif // VIXL_INCLUDE_SIMULATOR
#endif // TEST_EXAMPLES