From 3fad10c0656d42edb4934dfaf77bba3cbdc2f1b2 Mon Sep 17 00:00:00 2001 From: greggameplayer <33609333+greggameplayer@users.noreply.github.com> Date: Sun, 8 Jul 2018 23:11:52 +0200 Subject: [PATCH] fix typo according to the change made previously --- ChocolArm64/Instruction/AInstEmitSimdMove.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChocolArm64/Instruction/AInstEmitSimdMove.cs b/ChocolArm64/Instruction/AInstEmitSimdMove.cs index 6631cc454..e65883be3 100644 --- a/ChocolArm64/Instruction/AInstEmitSimdMove.cs +++ b/ChocolArm64/Instruction/AInstEmitSimdMove.cs @@ -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;