]> git.proxmox.com Git - qemu.git/commit
microblaze: translate.c: Fix swaph decoding
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Thu, 8 Nov 2012 04:01:19 +0000 (14:01 +1000)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Thu, 8 Nov 2012 16:42:45 +0000 (17:42 +0100)
commitb8c6a5d9d0ab426c1626cd6c228b09b9529dba31
tree70820f833f4f7a3f2c35395539767775cb08fe1b
parent2592c59a66d456fe98fe96cb5787b356c40ee66f
microblaze: translate.c: Fix swaph decoding

The swaph instruction was not decoding correctly. s/1e1/1e2 on the
9 LSBs on the instruction decode.

Reported-by: David Holsgrove <david.holsgrove@xilinx.com>
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
target-microblaze/translate.c