Peter Maydell 89a11ff756 target/arm: Correct VMOV_imm_dp handling of short vectors
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().)

Fixes: 18cf951af9a27ae573a
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20190702105115.9465-1-peter.maydell@linaro.org
2019-07-04 17:25:30 +01:00
..
2019-06-12 13:20:21 +02:00
2019-06-12 13:20:21 +02:00
2019-07-03 21:19:03 +01:00
2019-06-12 13:20:21 +02:00
2019-07-02 07:19:45 +02:00
2019-07-03 00:16:43 +01:00
2019-07-03 00:16:43 +01:00
2019-07-02 07:19:45 +02:00
2019-07-02 07:19:45 +02:00
2019-06-12 13:20:20 +02:00
2019-06-25 15:02:07 +02:00