Auto-format

This commit is contained in:
Gabriel A 2023-12-24 12:34:01 -03:00
parent cee2e2f600
commit 5b6893b1ed
97 changed files with 1787 additions and 1786 deletions

View file

@ -12,4 +12,4 @@ namespace Ryujinx.Cpu.LightningJit.CodeGen.Arm64
public const uint GprCalleeSavedRegsMask = 0x1ff80000; // X19 to X28
public const uint FpSimdCalleeSavedRegsMask = 0xff00; // D8 to D15
}
}
}