mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-29 09:10:08 -06:00
another try
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user