Transform 'u16' to 'uint16_t'
- Replace '\([^_]\)u16' with '\1uint16_t'. - Replace '^u16' with 'uint16_t'. git-svn-id: svn://svn.berlios.de/openocd/trunk@2277 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -45,7 +45,7 @@ typedef struct arm7_9_common_s
|
||||
reg_cache_t *eice_cache; /**< Embedded ICE register cache */
|
||||
|
||||
u32 arm_bkpt; /**< ARM breakpoint instruction */
|
||||
u16 thumb_bkpt; /**< Thumb breakpoint instruction */
|
||||
uint16_t thumb_bkpt; /**< Thumb breakpoint instruction */
|
||||
int sw_breakpoints_added; /**< Specifies which watchpoint software breakpoints are setup on */
|
||||
int breakpoint_count; /**< Current number of set breakpoints */
|
||||
int wp_available; /**< Current number of available watchpoint units */
|
||||
|
||||
Reference in New Issue
Block a user