git played a prank on me haha very funny

This commit is contained in:
RSDuck 2020-02-07 00:21:08 +01:00 committed by RSDuck
parent 262dc7ad00
commit c8b7a34383
1 changed files with 2 additions and 2 deletions

View File

@ -125,7 +125,7 @@ public:
for (int j = 0; j < 16; j++)
ranking[j] = 0;
for (int j = i; j < InstrsCount; j++)
{s
{
BitSet16 regsNeeded((Instrs[j].Info.SrcRegs & ~(1 << 15)) | Instrs[j].Info.DstRegs);
futureNeeded |= regsNeeded.m_val;
regsNeeded &= BitSet16(~Instrs[j].Info.NotStrictlyNeeded);
@ -212,4 +212,4 @@ public:
}
#endif
#endif