diff options
author | Sergey Sorokin <afarallax@yandex.ru> | 2015-09-07 10:39:30 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2015-09-07 10:39:30 +0100 |
commit | 771842585f3119f69641ed90a97d56eb9ed6f5ae (patch) | |
tree | 8ba83dc8ad25d5877f05a623059085bb1a3163a7 /default-configs | |
parent | 5125f9cd2532f0aca25d966ecd27d0e30d4af7c9 (diff) |
target-arm: Fix arm_excp_unmasked() function
There is an error in arm_excp_unmasked() function:
bitwise operator & is used with integer and bool operands
causing an incorrect zeroed result.
The patch fixes it.
Signed-off-by: Sergey Sorokin <afarallax@yandex.ru>
Message-id: 1441209238-16881-1-git-send-email-afarallax@yandex.ru
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'default-configs')
0 files changed, 0 insertions, 0 deletions