mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-19 03:16:29 +02:00
misc: chore: Fix object creation in ARMeilleure
This commit is contained in:
parent
3cdaaa0b69
commit
15d1528774
16 changed files with 30 additions and 30 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue