change Opcodes.Add by Opcodes.Sub
This commit is contained in:
parent
f68c8107a6
commit
f3f50e9a32
1 changed files with 1 additions and 1 deletions
|
@ -530,7 +530,7 @@ namespace ChocolArm64.Instruction
|
||||||
EmitScalarTernaryOpByElemF(Context, () =>
|
EmitScalarTernaryOpByElemF(Context, () =>
|
||||||
{
|
{
|
||||||
Context.Emit(OpCodes.Mul);
|
Context.Emit(OpCodes.Mul);
|
||||||
Context.Emit(OpCodes.Add);
|
Context.Emit(OpCodes.Sub);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue