mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 15:19:53 -06:00
git played a prank on me haha very funny
This commit is contained in:
@ -125,7 +125,7 @@ public:
|
|||||||
for (int j = 0; j < 16; j++)
|
for (int j = 0; j < 16; j++)
|
||||||
ranking[j] = 0;
|
ranking[j] = 0;
|
||||||
for (int j = i; j < InstrsCount; j++)
|
for (int j = i; j < InstrsCount; j++)
|
||||||
{s
|
{
|
||||||
BitSet16 regsNeeded((Instrs[j].Info.SrcRegs & ~(1 << 15)) | Instrs[j].Info.DstRegs);
|
BitSet16 regsNeeded((Instrs[j].Info.SrcRegs & ~(1 << 15)) | Instrs[j].Info.DstRegs);
|
||||||
futureNeeded |= regsNeeded.m_val;
|
futureNeeded |= regsNeeded.m_val;
|
||||||
regsNeeded &= BitSet16(~Instrs[j].Info.NotStrictlyNeeded);
|
regsNeeded &= BitSet16(~Instrs[j].Info.NotStrictlyNeeded);
|
||||||
@ -212,4 +212,4 @@ public:
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user