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 b7f16d6..0248e26 100644
--- a/src/ARM.h
+++ b/src/ARM.h
@@ -147,7 +147,7 @@ public:
NDS::MemRegion CodeMem;
#ifdef JIT_ENABLED
- u32 FastBlockLookupStart = 0, FastBlockLookupSize = 0;
+ u32 FastBlockLookupStart, FastBlockLookupSize;
u64* FastBlockLookup;
#endif