mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-20 16:20:54 -05:00
misc: chore: Fix object creation in ARMeilleure
This commit is contained in:
@@ -285,7 +285,7 @@ namespace ARMeilleure.Diagnostics
|
||||
|
||||
public static string GetDump(ControlFlowGraph cfg)
|
||||
{
|
||||
IRDumper dumper = new IRDumper(1);
|
||||
IRDumper dumper = new(1);
|
||||
|
||||
for (BasicBlock block = cfg.Blocks.First; block != null; block = block.ListNext)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user