summaryrefslogtreecommitdiff
path: root/src/target/arm_simulator.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/arm_simulator.h')
-rw-r--r--src/target/arm_simulator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/arm_simulator.h b/src/target/arm_simulator.h
index 9c28a086..78948730 100644
--- a/src/target/arm_simulator.h
+++ b/src/target/arm_simulator.h
@@ -26,6 +26,6 @@
extern int arm_simulate_step(target_t *target, u32 *dry_run_pc);
-#define ERROR_ARM_SIMULATOR_NOT_IMPLEMENTED (-1000)
+#define ERROR_ARM_SIMULATOR_NOT_IMPLEMENTED (-700)
#endif /* ARM_SIMULATOR_H */