diff options
Diffstat (limited to 'src/target/armv4_5.h')
-rw-r--r-- | src/target/armv4_5.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/armv4_5.h b/src/target/armv4_5.h index 89879163..3c65069e 100644 --- a/src/target/armv4_5.h +++ b/src/target/armv4_5.h @@ -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, |