mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-22 15:29:05 -05:00
JitArm64: Align farcode entry points to 16 bytes
This commit is contained in:
parent
eaa0e275db
commit
889a0d396d
|
|
@ -198,6 +198,7 @@ private:
|
|||
{
|
||||
nearcode = GetWritableCodePtr();
|
||||
SetCodePtrUnsafe(farcode.GetWritableCodePtr());
|
||||
AlignCode16();
|
||||
}
|
||||
|
||||
void SwitchToNearCode()
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user