aboutsummaryrefslogtreecommitdiff
path: root/src/target/armv7a.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/armv7a.h')
-rw-r--r--src/target/armv7a.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/target/armv7a.h b/src/target/armv7a.h
index 6f54ce6b..bfc0e706 100644
--- a/src/target/armv7a.h
+++ b/src/target/armv7a.h
@@ -96,7 +96,7 @@ struct armv7a_mmu_common
struct armv7a_common
{
- struct arm armv4_5_common;
+ struct arm arm;
int common_magic;
struct reg_cache *core_cache;
@@ -125,7 +125,7 @@ static inline struct armv7a_common *
target_to_armv7a(struct target *target)
{
return container_of(target->arch_info, struct armv7a_common,
- armv4_5_common);
+ arm);
}
/* register offsets from armv7a.debug_base */