mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-03 09:50:35 -05:00
Arm64Emitter: Check end of allocated space when emitting code
JitArm64 port of 5b52b3e.
This commit is contained in:
@@ -35,7 +35,7 @@ public:
|
||||
const Common::ScopedJITPageWriteAndNoExecute enable_jit_page_writes;
|
||||
|
||||
AllocCodeSpace(4096);
|
||||
AddChildCodeSpace(&farcode, 2048);
|
||||
AddChildCodeSpace(&m_far_code, 2048);
|
||||
|
||||
gpr.Init(this);
|
||||
fpr.Init(this);
|
||||
|
||||
Reference in New Issue
Block a user