X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Ftarget%2Farm_simulator.h;h=971b492fe8986ec8c61eefc6cb03609fb9c60414;hb=30b1bbceea7183559eae342b6228d8723dc72f2d;hp=730e6ccb852f62cabd202caad0eafc8b28dde947;hpb=68b05c55759970657c32607b3ce27c42e65cdad0;p=openocd diff --git a/src/target/arm_simulator.h b/src/target/arm_simulator.h index 730e6ccb..971b492f 100644 --- a/src/target/arm_simulator.h +++ b/src/target/arm_simulator.h @@ -24,7 +24,7 @@ struct target_s; -extern int arm_simulate_step(struct target_s *target, u32 *dry_run_pc); +extern int arm_simulate_step(struct target_s *target, uint32_t *dry_run_pc); #define ERROR_ARM_SIMULATOR_NOT_IMPLEMENTED (-700)