aboutsummaryrefslogtreecommitdiff
path: root/src/ARMJIT_A64
diff options
context:
space:
mode:
authorRSDuck <RSDuck@users.noreply.github.com>2020-07-09 00:11:47 +0200
committerRSDuck <RSDuck@users.noreply.github.com>2020-07-09 00:11:47 +0200
commit3827fa562fc67ae25c152a8c861c4671a68a1ccb (patch)
tree896ce9d14cc86affded095b59de1f3d9d70df1d1 /src/ARMJIT_A64
parent1519b3d5fa639b1e29598d29cf7e0bdaa2c166c4 (diff)
another try
Diffstat (limited to 'src/ARMJIT_A64')
-rw-r--r--src/ARMJIT_A64/ARMJIT_Compiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ARMJIT_A64/ARMJIT_Compiler.cpp b/src/ARMJIT_A64/ARMJIT_Compiler.cpp
index 42435ed..62323ff 100644
--- a/src/ARMJIT_A64/ARMJIT_Compiler.cpp
+++ b/src/ARMJIT_A64/ARMJIT_Compiler.cpp
@@ -218,7 +218,7 @@ Compiler::Compiler()
mprotect(pageAligned, alignedSize, PROT_EXEC | PROT_READ | PROT_WRITE);
SetCodeBase(pageAligned, pageAligned);
- JitMemUseableSize = alignedSize;
+ JitMemMainSize = alignedSize;
#endif
SetCodePtr(0);