]> git.sur5r.net Git - openocd/blobdiff - src/target/arm.h
ADIv5 clean up AP selection and register caching
[openocd] / src / target / arm.h
index c72b194267b0a8f12ddc3b9086b17d89288ed2bb..6b304e9f30a5702875ee76f0612ca13135ac35be 100644 (file)
@@ -95,6 +95,9 @@ struct arm {
        int common_magic;
        struct reg_cache *core_cache;
 
+       /** Handle to the PC; valid in all core modes. */
+       struct reg *pc;
+
        /** Handle to the CPSR; valid in all core modes. */
        struct reg *cpsr;