aboutsummaryrefslogtreecommitdiff
path: root/src/target/arm946e.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/arm946e.h')
-rw-r--r--src/target/arm946e.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/target/arm946e.h b/src/target/arm946e.h
index 1837bad7..64750af1 100644
--- a/src/target/arm946e.h
+++ b/src/target/arm946e.h
@@ -35,6 +35,7 @@ struct arm946e_common {
struct arm7_9_common arm7_9_common;
int common_magic;
uint32_t cp15_control_reg;
+ uint32_t cp15_cache_info;
};
static inline struct arm946e_common *target_to_arm946(struct target *target)