JitArm64: Align farcode entry points to 16 bytes

This commit is contained in:
degasus 2016-03-04 19:03:19 +01:00
parent eaa0e275db
commit 889a0d396d
1 changed files with 1 additions and 0 deletions

View File

@ -198,6 +198,7 @@ private:
{
nearcode = GetWritableCodePtr();
SetCodePtrUnsafe(farcode.GetWritableCodePtr());
AlignCode16();
}
void SwitchToNearCode()