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