summaryrefslogtreecommitdiff
path: root/src/target/cortex_a8.h
diff options
context:
space:
mode:
authorDavid Brownell <dbrownell@users.sourceforge.net>2009-11-05 22:04:13 -0800
committerDavid Brownell <dbrownell@users.sourceforge.net>2009-11-05 22:04:13 -0800
commita81df55f393478cdef9197c248a1b64d26465589 (patch)
tree6eaf06a5d2af87df0a6f24bcb0213fd36a06e241 /src/target/cortex_a8.h
parentfec3c4763ad4cf2996fa138c4fd0f555e32e5e9f (diff)
downloadopenocd_libswd-a81df55f393478cdef9197c248a1b64d26465589.tar.gz
openocd_libswd-a81df55f393478cdef9197c248a1b64d26465589.tar.bz2
openocd_libswd-a81df55f393478cdef9197c248a1b64d26465589.tar.xz
openocd_libswd-a81df55f393478cdef9197c248a1b64d26465589.zip
Cortex-A8: use the new inheritance/nesting scheme
Use target_to_armv7a() etc, replacing needless pointer traversals. Stop using X->arch_info scheme in most ARMv7-A and Cortex-A8 code. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Diffstat (limited to 'src/target/cortex_a8.h')
-rw-r--r--src/target/cortex_a8.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/target/cortex_a8.h b/src/target/cortex_a8.h
index b98a7de1..b4cb3275 100644
--- a/src/target/cortex_a8.h
+++ b/src/target/cortex_a8.h
@@ -134,7 +134,6 @@ typedef struct cortex_a8_common_s
int fast_reg_read;
armv7a_common_t armv7a_common;
- void *arch_info;
} cortex_a8_common_t;
static inline struct cortex_a8_common_s *