]> git.sur5r.net Git - openocd/blobdiff - src/target/armv7m.h
MIPS: make fixed code arrays static const
[openocd] / src / target / armv7m.h
index 89c5064ccc934354c0dd29c7bb1b46aaad43ad59..51d670489513fb5fee456b8d0a2891ee6e49a386 100644 (file)
@@ -106,7 +106,7 @@ struct armv7m_common
        struct reg_cache *core_cache;
        enum armv7m_mode core_mode;
        int exception_number;
-       struct swjdp_common swjdp_info;
+       struct adiv5_dap dap;
 
        uint32_t demcr;