From ef47ed90070b0f95494e3d85ee3c0329cc578490 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Wed, 17 Apr 2019 20:37:18 -0300 Subject: [PATCH] Add back the aggressive inlining attribute to the Synchronize method --- ChocolArm64/State/CpuThreadState.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ChocolArm64/State/CpuThreadState.cs b/ChocolArm64/State/CpuThreadState.cs index af4d102b7a..1cbbcf4063 100644 --- a/ChocolArm64/State/CpuThreadState.cs +++ b/ChocolArm64/State/CpuThreadState.cs @@ -123,6 +123,7 @@ namespace ChocolArm64.State return address & ~((4UL << ErgSizeLog2) - 1); } + [MethodImpl(MethodImplOptions.AggressiveInlining)] internal bool Synchronize() { //Firing a interrupt frequently is expensive, so we only