mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
Revert "Merge pull request #2358 from Tilka/pie"
This reverts commit0f7f8f8774
, reversing changes made to9f15054358
.
This commit is contained in:
@ -19,7 +19,6 @@
|
||||
|
||||
#include "Common/CPUDetect.h"
|
||||
#include "Common/x64Emitter.h"
|
||||
#include "Core/PowerPC/JitCommon/Jit_Util.h"
|
||||
|
||||
namespace Gen
|
||||
{
|
||||
@ -95,7 +94,7 @@ protected:
|
||||
memset(&cpu_info, 0xFF, sizeof (cpu_info));
|
||||
|
||||
emitter.reset(new X64CodeBlock());
|
||||
emitter->AllocCodeSpace(4096, PPCSTATE_BASE);
|
||||
emitter->AllocCodeSpace(4096);
|
||||
code_buffer = emitter->GetWritableCodePtr();
|
||||
|
||||
disasm.reset(new disassembler);
|
||||
|
Reference in New Issue
Block a user