diff options
author | 2020-09-06 18:27:41 -0700 | |
---|---|---|
committer | 2020-10-08 05:57:32 -0500 | |
commit | a5b30d950c42b14bc9da24d1e68add6538d23336 (patch) | |
tree | 486c6bc0fdac02207ac0c713137ef7f2e31a8274 /scripts/qapi/expr.py | |
parent | tcg/i386: Fix dupi for avx2 32-bit hosts (diff) | |
download | qemu-a5b30d950c42b14bc9da24d1e68add6538d23336.tar.xz qemu-a5b30d950c42b14bc9da24d1e68add6538d23336.zip |
tcg: Fix generation of dupi_vec for 32-bit host
The definition of INDEX_op_dupi_vec is that it operates on
units of tcg_target_ulong -- in this case 32 bits. It does
not work to use this for a uint64_t value that happens to be
small enough to fit in tcg_target_ulong.
Fixes: d2fd745fe8b
Fixes: db432672dc5
Cc: qemu-stable@nongnu.org
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'scripts/qapi/expr.py')
0 files changed, 0 insertions, 0 deletions