mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-10 08:09:26 +01: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();
|
nearcode = GetWritableCodePtr();
|
||||||
SetCodePtrUnsafe(farcode.GetWritableCodePtr());
|
SetCodePtrUnsafe(farcode.GetWritableCodePtr());
|
||||||
|
AlignCode16();
|
||||||
}
|
}
|
||||||
|
|
||||||
void SwitchToNearCode()
|
void SwitchToNearCode()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user