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();
|
||||
}
|
||||
|
||||
Bits src = new Bits(x.ToByteArray());
|
||||
Bits src = new Bits(x);
|
||||
bool[] dst = new bool[highIndex - lowIndex + 1];
|
||||
|
||||
for (int i = lowIndex, n = 0; i <= highIndex; i++, n++)
|
||||
|
|
Loading…
Add table
Reference in a new issue