Update Integer.cs
This commit is contained in:
parent
22e96c6711
commit
0c49830c75
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ namespace Ryujinx.Tests.Cpu.Tester.Types
|
||||||
throw new IndexOutOfRangeException();
|
throw new IndexOutOfRangeException();
|
||||||
}
|
}
|
||||||
|
|
||||||
Bits src = new Bits(x.ToByteArray());
|
Bits src = new Bits(x);
|
||||||
bool[] dst = new bool[highIndex - lowIndex + 1];
|
bool[] dst = new bool[highIndex - lowIndex + 1];
|
||||||
|
|
||||||
for (int i = lowIndex, n = 0; i <= highIndex; i++, n++)
|
for (int i = lowIndex, n = 0; i <= highIndex; i++, n++)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue