mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-24 09:50:06 +02:00
misc: chore: Use collection expressions (part 2)
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