mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2025-11-07 02:44:54 +00:00
Coverity points out (CID 1402195) that the loop in trans_VMOV_imm_dp() that iterates over the destination registers in a short-vector VMOV accidentally throws away the returned updated register number from vfp_advance_dreg(). Add the missing assignment. (We got this correct in trans_VMOV_imm_sp().) Backports commit 89a11ff756410aecb87d2c774df6e45dbf4105c1 from qemu |
||
|---|---|---|
| .. | ||
| arm | ||
| i386 | ||
| m68k | ||
| mips | ||
| riscv | ||
| sparc | ||