]> git.proxmox.com Git - mirror_qemu.git/commit - hw/arm/pxa2xx.c
pxa2xx: Don't shift into sign bit
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 10 Mar 2014 14:56:29 +0000 (14:56 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 10 Mar 2014 14:56:29 +0000 (14:56 +0000)
commit43a32ed68f3aac5ccde4fa6fa4a158e9e8153c94
treef3e9c323d3892f6d2361e6e9450065f67dd310cc
parentb29c8f115de5f48f0019afc2c779cf64e5fcefaf
pxa2xx: Don't shift into sign bit

Add  missing 'U' suffixes to avoid potentially shifting into
the sign bit of a signed integer.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1392988008-15938-2-git-send-email-peter.maydell@linaro.org
hw/arm/pxa2xx.c
hw/arm/pxa2xx_gpio.c
hw/arm/pxa2xx_pic.c