summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPeter Maydell2017-01-27 16:20:25 +0100
committerPeter Maydell2017-01-27 16:29:08 +0100
commitd87576e38df760ef1cb635197d51f207e2a8eda9 (patch)
treed0cb56d4a824b42706ae2056cdf71be6539dd749 /include
parenthw/char/exynos4210_uart: Drop unused local variable frame_size (diff)
downloadqemu-d87576e38df760ef1cb635197d51f207e2a8eda9.tar.gz
qemu-d87576e38df760ef1cb635197d51f207e2a8eda9.tar.xz
qemu-d87576e38df760ef1cb635197d51f207e2a8eda9.zip
arm_gicv3: Fix broken logic in ELRSR calculation
Fix a broken expression in the calculation of ELRSR register bits: instead of "(lr & ICH_LR_EL2_HW) == 1" we want to check for != 0, because the HW bit is not bit 0 so a test for == 1 is always false. Fixes: https://bugs.launchpad.net/bugs/1658506 Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-id: 1485255993-6322-1-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions