reg_cache_t -> struct reg_cache
Remove misleading typedef and redundant suffix from struct reg_cache.
This commit is contained in:
@@ -43,7 +43,7 @@ struct arm7_9_common
|
||||
uint32_t common_magic;
|
||||
|
||||
struct arm_jtag jtag_info; /**< JTAG information for target */
|
||||
reg_cache_t *eice_cache; /**< Embedded ICE register cache */
|
||||
struct reg_cache *eice_cache; /**< Embedded ICE register cache */
|
||||
|
||||
uint32_t arm_bkpt; /**< ARM breakpoint instruction */
|
||||
uint16_t thumb_bkpt; /**< Thumb breakpoint instruction */
|
||||
|
||||
Reference in New Issue
Block a user