summaryrefslogtreecommitdiff
path: root/src/target/cortex_m3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/cortex_m3.h')
-rw-r--r--src/target/cortex_m3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/target/cortex_m3.h b/src/target/cortex_m3.h
index b2d558d1..96264678 100644
--- a/src/target/cortex_m3.h
+++ b/src/target/cortex_m3.h
@@ -158,7 +158,7 @@ struct cortex_m3_common
int dwt_num_comp;
int dwt_comp_available;
cortex_m3_dwt_comparator_t *dwt_comparator_list;
- struct reg_cache_s *dwt_cache;
+ struct reg_cache *dwt_cache;
struct armv7m_common armv7m;
};