]> git.proxmox.com Git - mirror_qemu.git/commit
target/arm: Use bool for unmasked in arm_excp_unmasked
authorRichard Henderson <richard.henderson@linaro.org>
Fri, 7 Feb 2020 14:04:27 +0000 (14:04 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 7 Feb 2020 14:04:27 +0000 (14:04 +0000)
commit16e07f78df002067bc4bfb115ba1ee0ce278e9e5
tree6f75a5ae87274da22d141a568ff0246e65b30014
parentbe87955687446be152f366af543c9234eab78a7c
target/arm: Use bool for unmasked in arm_excp_unmasked

The value computed is fully boolean; using int8_t is odd.

Tested-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20200206105448.4726-41-richard.henderson@linaro.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
target/arm/cpu.c