Update Instructions.cs

This commit is contained in:
LDj3SNuD 2018-06-25 18:28:52 +02:00 committed by GitHub
commit 8ea6626f60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2677,7 +2677,7 @@ namespace Ryujinx.Tests.Cpu.Tester
for (int e = 0; e <= elements - 1; e++) for (int e = 0; e <= elements - 1; e++)
{ {
count = BitCount(Elem(operand, e, esize)); count = (BigInteger)BitCount(Elem(operand, e, esize));
Elem(result, e, esize, count.SubBigInteger(esize - 1, 0)); Elem(result, e, esize, count.SubBigInteger(esize - 1, 0));
} }