Update AInstEmitSimdHelper.cs

This commit is contained in:
LDj3SNuD 2018-07-31 23:11:10 +02:00 committed by GitHub
parent 9864560c52
commit 8f6fe969cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1099,7 +1099,7 @@ namespace ChocolArm64.Instruction
{
int ESize = 8 << Size;
long TMaxValue = (1L << (ESize - 1)) - 1;
long TMaxValue = (1L << (ESize - 1)) - 1L;
long TMinValue = -(1L << (ESize - 1));
AILLabel LblFalse = new AILLabel();