Update AInstEmitSimdArithmetic.cs

This commit is contained in:
LDj3SNuD 2018-07-02 02:01:37 +02:00 committed by GitHub
parent fc5af826f0
commit b303920f44
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -153,7 +153,7 @@ namespace ChocolArm64.Instruction
Context.Emit(OpCodes.Conv_U1);
AVectorHelper.EmitCall(Context, nameof(AVectorHelper.CountSetBits8));
ASoftFallback.EmitCall(Context, nameof(ASoftFallback.CountSetBits8));
Context.Emit(OpCodes.Conv_U8);