mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Unit Tests: Added W^X Support for PowerPC test
This commit is contained in:
@ -26,6 +26,8 @@ class TestFPRF : public JitArm64
|
||||
public:
|
||||
TestFPRF()
|
||||
{
|
||||
const Common::ScopedJITPageWriteAndNoExecute enable_jit_page_writes;
|
||||
|
||||
AllocCodeSpace(4096);
|
||||
|
||||
const u8* raw_fprf_single = GetCodePtr();
|
||||
|
Reference in New Issue
Block a user