X-Git-Url: https://review.openocd.org/gitweb?a=blobdiff_plain;f=src%2Ftarget%2Fcortex_m3.h;h=96264678e53ebf0f696d54aab88091c8255e337d;hb=93459582fd340e4f63efed0fab9abd49a2cb6373;hp=b2d558d1fbf4498b5f6f3304f929955653d4319f;hpb=26a99ed740f4071c9eebba10f7f597844812fc13;p=openocd.git diff --git a/src/target/cortex_m3.h b/src/target/cortex_m3.h index b2d558d1fb..96264678e5 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; };