Add back the aggressive inlining attribute to the Synchronize method

This commit is contained in:
gdkchan 2019-04-17 20:37:18 -03:00
commit ef47ed9007

View file

@ -123,6 +123,7 @@ namespace ChocolArm64.State
return address & ~((4UL << ErgSizeLog2) - 1); return address & ~((4UL << ErgSizeLog2) - 1);
} }
[MethodImpl(MethodImplOptions.AggressiveInlining)]
internal bool Synchronize() internal bool Synchronize()
{ {
//Firing a interrupt frequently is expensive, so we only //Firing a interrupt frequently is expensive, so we only