fix typo according to the change made previously
This commit is contained in:
parent
c4ef7d20f8
commit
3fad10c065
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue