mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-07 22:38:37 +00:00
Fix a copy-paste bug on Ins_V
This commit is contained in:
parent
d0954564cd
commit
64d34f2882
|
@ -273,7 +273,7 @@ namespace ChocolArm64.Instruction
|
|||
AOpCodeSimdIns Op = (AOpCodeSimdIns)Context.CurrOp;
|
||||
|
||||
Context.EmitLdvec(Op.Rd);
|
||||
Context.EmitLdintzr(Op.Rn);
|
||||
Context.EmitLdvec(Op.Rn);
|
||||
Context.EmitLdc_I4(Op.SrcIndex);
|
||||
Context.EmitLdc_I4(Op.DstIndex);
|
||||
Context.EmitLdc_I4(Op.Size);
|
||||
|
|
Loading…
Reference in a new issue