aboutsummaryrefslogtreecommitdiff
path: root/src/ARM.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ARM.h')
-rw-r--r--src/ARM.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ARM.h b/src/ARM.h
index bb6a4fd..b810bb4 100644
--- a/src/ARM.h
+++ b/src/ARM.h
@@ -269,7 +269,7 @@ public:
// for aarch64 JIT they need to go up here
// to be addressable by a 12-bit immediate
u32 ITCMSize;
- u32 DTCMBase, DTCMSize;
+ u32 DTCMBase, DTCMMask, DTCMSize;
s32 RegionCodeCycles;
u8 ITCM[ITCMPhysicalSize];