]> git.proxmox.com Git - mirror_qemu.git/commit - target/arm/translate.c
target-arm: Fix mixup in decoding of saturating add and sub
authorJohan Bengtsson <teofrastius@gmail.com>
Tue, 7 Dec 2010 12:01:44 +0000 (12:01 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 7 Dec 2010 12:01:44 +0000 (12:01 +0000)
commit4809c612bc5eabf158d7a4656a98f5601c6bf104
tree2143b31eac7cdd8648a41c8cff4f74ddf048ff24
parent2af9ab7737c050e063dc939973a8d669a3ab3743
target-arm: Fix mixup in decoding of saturating add and sub

The thumb2 decoder contained a mixup between the bit controlling
doubling and the bit controlling if the operation was an add or a sub.

Signed-off-by: Johan Bengtsson <teofrastius@gmail.com>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Nathan Froyd <froydnj@codesourcery.com>
target-arm/translate.c