commit | e20cb81d9c5a3d0f9c08f3642728a210a1c162c9 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Mar 28 18:16:10 2020 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Mon Mar 30 11:16:17 2020 -0700 |
tree | 74f5c4a2067fb61b376894b3c93eeb7f0d8ae802 | |
parent | 84878f4c00a7beca1d1460e2f77a6c833b8d0393 [diff] |
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>