Support host tracked on LightningJit

This commit is contained in:
Gabriel A 2024-01-04 17:58:42 -03:00
parent 98c16ed3b0
commit 2feecd05a3
3 changed files with 41 additions and 3 deletions

View file

@ -7,7 +7,7 @@ namespace Ryujinx.Cpu.LightningJit.Arm64
{
class RegisterAllocator
{
public const int MaxTemps = 1;
public const int MaxTemps = 2;
public const int MaxTempsInclFixed = MaxTemps + 2;
private uint _gprMask;