Transform 'u32' to 'uint32_t' in src/target/arm*
- Replace '\([^_]\)u32' with '\1uint32_t'. - Replace '^u32' with 'uint32_t'. git-svn-id: svn://svn.berlios.de/openocd/trunk@2278 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user