mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
MemoryUtil: get executable pages near static data
and clean up a bit.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
#include "Common/CPUDetect.h"
|
||||
#include "Common/x64Emitter.h"
|
||||
#include "Core/PowerPC/JitCommon/Jit_Util.h"
|
||||
|
||||
namespace Gen
|
||||
{
|
||||
@@ -94,7 +95,7 @@ protected:
|
||||
memset(&cpu_info, 0xFF, sizeof (cpu_info));
|
||||
|
||||
emitter.reset(new X64CodeBlock());
|
||||
emitter->AllocCodeSpace(4096);
|
||||
emitter->AllocCodeSpace(4096, PPCSTATE_BASE);
|
||||
code_buffer = emitter->GetWritableCodePtr();
|
||||
|
||||
disasm.reset(new disassembler);
|
||||
|
||||
Reference in New Issue
Block a user