summaryrefslogtreecommitdiff
path: root/src/target/arm11.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/arm11.h')
-rw-r--r--src/target/arm11.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/target/arm11.h b/src/target/arm11.h
index 1cc09e14..cd528965 100644
--- a/src/target/arm11.h
+++ b/src/target/arm11.h
@@ -26,8 +26,6 @@
#include "armv4_5.h"
#include "arm_dpm.h"
-#define ARM11_REGCACHE_COUNT 1
-
#define ARM11_TAP_DEFAULT TAP_INVALID
#define CHECK_RETVAL(action) \
@@ -69,18 +67,6 @@ struct arm11_common
bool simulate_reset_on_next_halt; /**< Perform cleanups of the ARM state on next halt */
- /** \name Shadow registers to save debug state */
- /*@{*/
-
- struct reg * reg_list; /**< target register list */
- uint32_t reg_values[ARM11_REGCACHE_COUNT]; /**< data for registers */
-
- /*@}*/
-
-
- // GA
- struct reg_cache *core_cache;
-
struct arm_jtag jtag_info;
};