]> git.ipfire.org Git - thirdparty/qemu.git/commit
tcg/i386: Fix INDEX_op_dup2_vec
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 29 Mar 2020 01:16:10 +0000 (18:16 -0700)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Wed, 10 Jun 2020 02:01:38 +0000 (21:01 -0500)
commitaabd9ddd2de63cdd0189fb00fad1012abfc46d12
treec065c902b5c3bcf99a0ba2e87ecedddf8afceaf9
parent33be7aa9b6bea692e7ba615db1c97820051dc435
tcg/i386: Fix INDEX_op_dup2_vec

We were only constructing the 64-bit element, and not
replicating the 64-bit element across the rest of the vector.

Cc: qemu-stable@nongnu.org
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
(cherry picked from commit e20cb81d9c5a3d0f9c08f3642728a210a1c162c9)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
tcg/i386/tcg-target.inc.c