mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-19 16:30:53 -05:00
misc: Small cleanups
This commit is contained in:
@@ -77,7 +77,7 @@ namespace ARMeilleure.Translation
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
for (int pBlkIndex = 0; pBlkIndex < block.Predecessors.Count; pBlkIndex++)
|
||||
{
|
||||
BasicBlock current = block.Predecessors[pBlkIndex];
|
||||
|
||||
Reference in New Issue
Block a user