mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-19 21:50:52 -05:00
misc: chore: Use collection expressions in ARMeilleure
This commit is contained in:
@@ -1079,7 +1079,7 @@ namespace ARMeilleure.CodeGen.Arm64
|
||||
|
||||
private static UnwindInfo WritePrologue(CodeGenContext context)
|
||||
{
|
||||
List<UnwindPushEntry> pushEntries = new();
|
||||
List<UnwindPushEntry> pushEntries = [];
|
||||
|
||||
Operand rsp = Register(SpRegister);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user