aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv8.c
diff options
context:
space:
mode:
authorMatthias Welwarsky <matthias.welwarsky@sysgo.com>2016-10-20 17:06:13 +0200
committerMatthias Welwarsky <matthias.welwarsky@sysgo.com>2017-02-10 14:18:35 +0100
commit2407721e1487d14ecabf83793f929307e94eb452 (patch)
tree7e3a5169bdf2ed6176526c38c4f9e6a460775ff4 /src/target/armv8.c
parent7d537dc8e974084356bcd78eb4a193b07b5b745c (diff)
downloadriscv-openocd-2407721e1487d14ecabf83793f929307e94eb452.zip
riscv-openocd-2407721e1487d14ecabf83793f929307e94eb452.tar.gz
riscv-openocd-2407721e1487d14ecabf83793f929307e94eb452.tar.bz2
aarch64: remove unused struct components
remove unused register index array from armv8_mode_data[] Change-Id: I686c20eeb3da413f5e9ef6058e31ce939741afb4 Signed-off-by: Matthias Welwarsky <matthias.welwarsky@sysgo.com>
Diffstat (limited to 'src/target/armv8.c')
-rw-r--r--src/target/armv8.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/target/armv8.c b/src/target/armv8.c
index 54ec42f..94a0e8e 100644
--- a/src/target/armv8.c
+++ b/src/target/armv8.c
@@ -46,11 +46,6 @@ static const char * const armv8_state_strings[] = {
static const struct {
const char *name;
unsigned psr;
- /* For user and system modes, these list indices for all registers.
- * otherwise they're just indices for the shadow registers and SPSR.
- */
- unsigned short n_indices;
- const uint8_t *indices;
} armv8_mode_data[] = {
/* These special modes are currently only supported
* by ARMv6M and ARMv7M profiles */