From db7e77237c5a8104b527aeb23a2546b4bab92d8a Mon Sep 17 00:00:00 2001 From: zwelch Date: Thu, 18 Jun 2009 07:08:52 +0000 Subject: 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 --- src/target/arm_simulator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/target/arm_simulator.h') 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) -- cgit v1.2.3