summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/arm/arm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/arm/arm.h')
-rw-r--r--src/devices/cpu/arm/arm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/cpu/arm/arm.h b/src/devices/cpu/arm/arm.h
index 1c018f16763..bfa16724463 100644
--- a/src/devices/cpu/arm/arm.h
+++ b/src/devices/cpu/arm/arm.h
@@ -64,6 +64,8 @@ protected:
virtual std::unique_ptr<util::disasm_interface> create_disassembler() override;
address_space_config m_program_config;
+ memory_access<26, 2, 0, ENDIANNESS_LITTLE>::cache m_cachele;
+ memory_access<26, 2, 0, ENDIANNESS_BIG>::cache m_cachebe;
int m_icount;
uint32_t m_sArmRegister[27];