etm_context_t -> struct etm_context

Remove misleading typedef and redundant suffix from struct etm_context.
This commit is contained in:
Zachary T Welch
2009-11-13 09:35:48 -08:00
parent 6421c2075c
commit d0c19e0a9d
8 changed files with 47 additions and 47 deletions

View File

@@ -96,7 +96,7 @@ typedef struct arm
bool is_armv4;
/** Handle for the Embedded Trace Module, if one is present. */
struct etm *etm;
struct etm_context *etm;
int (*full_context)(struct target_s *target);
int (*read_core_reg)(struct target_s *target,