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)
commit5530c51f7dc1299deb2dbe5b255565bb4d8a0316
tree99e47165b2b871465c9bc372263762bae477e2e3
parent63eedf768966b52eb9de45674c288d1ce76fc93c
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