]> git.proxmox.com Git - qemu.git/commit
target-arm: Fix handling of AL condition in IT instruction
authorJohan Bengtsson <teofrastius@gmail.com>
Wed, 17 Mar 2010 12:56:07 +0000 (13:56 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Tue, 23 Mar 2010 21:10:45 +0000 (22:10 +0100)
commitbedd2912c83b1a87a6bfe3f59a892fd65cda7084
tree99e47165b2b871465c9bc372263762bae477e2e3
parent3f90f252ecbbb1a0872b72d57965f0db860e22a3
target-arm: Fix handling of AL condition in IT instruction

Do not try to insert a conditional jump over next instruction when the
condition code is AL as this will trigger an internal error.

Signed-off-by: Johan Bengtsson <teofrastius@gmail.com>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
target-arm/translate.c