target-arm: Fix IL bit reported for Thumb VFP and Neon traps
commit7d197d2db5e99e4c8b20f6771ddc7303acaa1c89
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 11 Feb 2016 11:17:32 +0000 (11 11:17 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 11 Feb 2016 11:17:32 +0000 (11 11:17 +0000)
tree40baa759588a324109922070e371f9d02b61a87b
parent4df322593037d2700f72dfdfb967300b7ad2e696
target-arm: Fix IL bit reported for Thumb VFP and Neon traps

All Thumb Neon and VFP instructions are 32 bits, so the IL
bit in the syndrome register should be set. Pass false to the
syn_* function's is_16bit argument rather than s->thumb
so we report the correct IL bit.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Sergey Fedorov <serge.fdrv@gmail.com>
Message-id: 1454683067-16001-4-git-send-email-peter.maydell@linaro.org
target-arm/translate.c