]> git.ipfire.org Git - thirdparty/qemu.git/commit
target-arm: Update condexec before CP access check in AA32 translation
authorSergey Fedorov <serge.fdrv@gmail.com>
Tue, 17 Nov 2015 13:38:46 +0000 (16:38 +0300)
committerPeter Maydell <peter.maydell@linaro.org>
Thu, 19 Nov 2015 12:11:42 +0000 (12:11 +0000)
commit43bfa4a100687af8d293fef0a197839b51400fca
tree53dba11176f83a20363c6abfc840b31ce1d6bbb3
parenta859595791e6ac5c14afe0b8a53634bf1cc21f0f
target-arm: Update condexec before CP access check in AA32 translation

Coprocessor access instructions are allowed inside IT block.
gen_helper_access_check_cp_reg() can raise an exceptions thus condexec
bits should be updated before.

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