]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/ppc: Fix xxbrq, xxbrw
authorAnton Blanchard <anton@ozlabs.org>
Tue, 4 Jun 2019 19:01:13 +0000 (20:01 +0100)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 17 Sep 2019 20:14:57 +0000 (15:14 -0500)
commitda3bd13802dd49052dc1ac6443e24635dbf2ee51
tree92e5de5087eb4d1af7c55b0be83ca499192db411
parentfd72de904789b0659d89af0046d85ce8286a4b45
target/ppc: Fix xxbrq, xxbrw

Fix a typo in xxbrq and xxbrw where we put both results into the lower
doubleword.

Fixes: 8b3b2d75c7c0 ("introduce get_cpu_vsr{l,h}() and set_cpu_vsr{l,h}() helpers for VSR register access")
Signed-off-by: Anton Blanchard <anton@ozlabs.org>
Message-Id: <20190507004811.29968-3-anton@ozlabs.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
(upstream commit d47a751adab7833e9831408376077bc8dba41d5d)
Acked-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
target/ppc/translate/vsx-impl.inc.c