summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorAnton Blanchard2019-05-07 02:48:11 +0200
committerDavid Gibson2019-05-29 03:39:44 +0200
commit7fa0ddc1d63806769d1b6246a62708d3bde39037 (patch)
tree2b6db6925ba01f1229edf6a24816db5010ca7088 /python
parenttarget/ppc: Fix vslv and vsrv (diff)
downloadqemu-7fa0ddc1d63806769d1b6246a62708d3bde39037.tar.gz
qemu-7fa0ddc1d63806769d1b6246a62708d3bde39037.tar.xz
qemu-7fa0ddc1d63806769d1b6246a62708d3bde39037.zip
target/ppc: Fix vsum2sws
A recent cleanup changed the pre zeroing of the result from 64 bit to 32 bit operations: - result.u64[i] = 0; + result.VsrW(i) = 0; This corrupts the result. Fixes: 60594fea298d ("target/ppc: remove various HOST_WORDS_BIGENDIAN hacks in int_helper.c") Signed-off-by: Anton Blanchard <anton@ozlabs.org> Message-Id: <20190507004811.29968-9-anton@ozlabs.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'python')
0 files changed, 0 insertions, 0 deletions