summaryrefslogtreecommitdiff
path: root/src/target/arm11.h
diff options
context:
space:
mode:
authorØyvind Harboe <oyvind.harboe@zylin.com>2009-10-13 12:06:55 +0200
committerØyvind Harboe <oyvind.harboe@zylin.com>2009-10-13 12:10:23 +0200
commit1f917bdc0c498c80f4ef5855dc30eb2f5b58b408 (patch)
tree63734a27c585d12cd0fe66f8bf7bfb45ed340cdf /src/target/arm11.h
parentf8cd850c4d64d67eb19287449dcc8a515ce0e0b8 (diff)
downloadopenocd+libswd-1f917bdc0c498c80f4ef5855dc30eb2f5b58b408.tar.gz
openocd+libswd-1f917bdc0c498c80f4ef5855dc30eb2f5b58b408.tar.bz2
openocd+libswd-1f917bdc0c498c80f4ef5855dc30eb2f5b58b408.tar.xz
openocd+libswd-1f917bdc0c498c80f4ef5855dc30eb2f5b58b408.zip
Delete commented out code. Add a bit of error checking.
Diffstat (limited to 'src/target/arm11.h')
-rw-r--r--src/target/arm11.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/target/arm11.h b/src/target/arm11.h
index c93e5abf..61c5f7f9 100644
--- a/src/target/arm11.h
+++ b/src/target/arm11.h
@@ -98,10 +98,6 @@ typedef struct arm11_common_s
uint32_t last_dscr; /**< Last retrieved DSCR value;
Use only for debug message generation */
- bool trst_active;
- bool halt_requested; /**< Keep track if arm11_halt() calls occured
- during reset. Otherwise do it ASAP. */
-
bool simulate_reset_on_next_halt; /**< Perform cleanups of the ARM state on next halt */
/** \name Shadow registers to save processor state */