another try

This commit is contained in:
RSDuck
2020-07-09 00:11:47 +02:00
parent 1519b3d5fa
commit 3827fa562f
2 changed files with 3 additions and 1 deletions

View File

@ -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);