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