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