fix typo according to the change made previously

This commit is contained in:
greggameplayer 2018-07-08 23:11:52 +02:00 committed by GitHub
parent c4ef7d20f8
commit 3fad10c065
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -221,7 +221,7 @@ namespace ChocolArm64.Instruction
EmitVectorImmUnaryOp(Context, () => Context.Emit(OpCodes.Not));
}
public static void Smov(AILEmitterCtx Context)
public static void Smov_S(AILEmitterCtx Context)
{
AOpCodeSimdIns Op = (AOpCodeSimdIns)Context.CurrOp;