X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Ftarget%2Farm_simulator.h;h=7894873043a75184ddf407f84d2ff3f134c9c6a6;hp=9c28a086b19d94e5255082b9be83b0359b23f337;hb=e66f9aaba94e232f87c725f2fce98cfb3f92679f;hpb=4a5f45e87d593d6911da680cb92ffbc9b43c9486 diff --git a/src/target/arm_simulator.h b/src/target/arm_simulator.h index 9c28a086b1..7894873043 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 */