Transform 'u32' to 'uint32_t' in src/target/arm*
[fw/openocd] / src / target / arm_simulator.h
index 730e6ccb852f62cabd202caad0eafc8b28dde947..971b492fe8986ec8c61eefc6cb03609fb9c60414 100644 (file)
@@ -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)