Add back the aggressive inlining attribute to the Synchronize method
This commit is contained in:
parent
57f5916783
commit
ef47ed9007
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue