mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 12:45:50 +00:00
JitArm64: Align farcode entry points to 16 bytes
This commit is contained in:
parent
eaa0e275db
commit
889a0d396d
1 changed files with 1 additions and 0 deletions
|
@ -198,6 +198,7 @@ private:
|
|||
{
|
||||
nearcode = GetWritableCodePtr();
|
||||
SetCodePtrUnsafe(farcode.GetWritableCodePtr());
|
||||
AlignCode16();
|
||||
}
|
||||
|
||||
void SwitchToNearCode()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue