mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Unit Tests: Added W^X Support for PowerPC test
This commit is contained in:
@ -33,6 +33,8 @@ class TestConversion : private JitArm64
|
||||
public:
|
||||
TestConversion()
|
||||
{
|
||||
const Common::ScopedJITPageWriteAndNoExecute enable_jit_page_writes;
|
||||
|
||||
AllocCodeSpace(4096);
|
||||
AddChildCodeSpace(&farcode, 2048);
|
||||
|
||||
|
Reference in New Issue
Block a user