summaryrefslogtreecommitdiff
path: root/src/target/etb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/etb.h')
-rw-r--r--src/target/etb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/etb.h b/src/target/etb.h
index e015bad1..49385ee9 100644
--- a/src/target/etb.h
+++ b/src/target/etb.h
@@ -36,7 +36,7 @@ enum
struct etb
{
- etm_context_t *etm_ctx;
+ struct etm_context *etm_ctx;
struct jtag_tap *tap;
uint32_t cur_scan_chain;
struct reg_cache *reg_cache;