summaryrefslogtreecommitdiff
path: root/src/target/cortex_m3.h
diff options
context:
space:
mode:
authorZachary T Welch <zw@superlucidity.net>2009-11-13 08:44:08 -0800
committerZachary T Welch <zw@superlucidity.net>2009-11-13 11:58:12 -0800
commit74d09617b927ed7011098d5a65087dee1ef1e87a (patch)
treeb73fe576548030923a72944b8f8a9e31bb9a342c /src/target/cortex_m3.h
parentde3fb2f3bce2de5be44223204ce368216ed85b0f (diff)
downloadopenocd+libswd-74d09617b927ed7011098d5a65087dee1ef1e87a.tar.gz
openocd+libswd-74d09617b927ed7011098d5a65087dee1ef1e87a.tar.bz2
openocd+libswd-74d09617b927ed7011098d5a65087dee1ef1e87a.tar.xz
openocd+libswd-74d09617b927ed7011098d5a65087dee1ef1e87a.zip
reg_cache_t -> struct reg_cache
Remove misleading typedef and redundant suffix from struct reg_cache.
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;
};