]> git.proxmox.com Git - mirror_qemu.git/commit
target-ppc: fix altivec instructions
authorAurelien Jarno <aurelien@aurel32.net>
Sun, 26 Aug 2012 14:12:03 +0000 (16:12 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 28 Aug 2012 16:49:22 +0000 (18:49 +0200)
commit54cddd21b04013d5741a92d6828dea3bdb821482
treee3db48f91020796bb1aeb89d81cb6ca6713a5157
parent13ef70f64e9e4d7583fbd9918d8ea76194023d37
target-ppc: fix altivec instructions

Altivec instructions are not working anymore in PowerPC emulation,
following commit d15f74fb, which inverted two registers in the call
to helper. Fix that.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Andreas Färber <afaerber@suse.de>
Acked-by: Blue Swirl <blauwirbel@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-ppc/translate.c