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>
This commit is contained in:
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user