Unit Tests: Added W^X Support for PowerPC test

This commit is contained in:
Skyler Saleh
2021-06-19 10:05:35 -07:00
parent 3e1a25ead0
commit 655ed37983
5 changed files with 18 additions and 4 deletions

View File

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