This commit is contained in:
LDj3SNuD 2018-09-08 00:11:20 +02:00 committed by GitHub
commit 3141b7df31
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -343,7 +343,7 @@ namespace ChocolArm64.Instruction
Context.Emit(Signed ? OpCodes.Shr : OpCodes.Shr_Un); Context.Emit(Signed ? OpCodes.Shr : OpCodes.Shr_Un);
} }
else else /* if (Op.Size == 3) */
{ {
EmitShrImm_64(Context, Signed, Round ? RoundConst : 0L, Shift); EmitShrImm_64(Context, Signed, Round ? RoundConst : 0L, Shift);
} }