mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-06-28 08:56:24 +02:00
misc: Small cleanups
This commit is contained in:
parent
299be822c4
commit
4aae82bad1
3 changed files with 12 additions and 14 deletions
|
@ -77,7 +77,7 @@ namespace ARMeilleure.Translation
|
|||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
for (int pBlkIndex = 0; pBlkIndex < block.Predecessors.Count; pBlkIndex++)
|
||||
{
|
||||
BasicBlock current = block.Predecessors[pBlkIndex];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue