diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2015-06-15 18:06:08 +0100 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2015-06-15 18:06:08 +0100 |
commit | 644ead5be1a851abff16886240c5c6fc1c5137c0 (patch) | |
tree | b2ecf5ebe983e9ce1ed1f1eaa957c143c3d9e075 /target-i386 | |
parent | 235069a380147e31236b94c31528fc5170c3a421 (diff) | |
download | hqemu-644ead5be1a851abff16886240c5c6fc1c5137c0.zip hqemu-644ead5be1a851abff16886240c5c6fc1c5137c0.tar.gz |
hw/display/exynos4210_fimd: Fix bit-swapping code
fimd_swap_data() includes code to reverse the bits in a
64-bit integer, but an off-by-one error meant that it would
try to shift off the top of the integer. Correct the bug
(spotted by Coverity).
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1432912615-23107-1-git-send-email-peter.maydell@linaro.org
Diffstat (limited to 'target-i386')
0 files changed, 0 insertions, 0 deletions