]> Git Repo - qemu.git/commit - hw/ssi/xilinx_spips.c
hw/ssi/xilinx_spips.c: Avoid shifting left into sign bit
authorPeter Maydell <[email protected]>
Mon, 10 Mar 2014 14:56:30 +0000 (14:56 +0000)
committerPeter Maydell <[email protected]>
Mon, 10 Mar 2014 14:56:30 +0000 (14:56 +0000)
commitc8f8f9fb2b8bd832be7e87c548929e40113e8e3d
treee753e2be3d2c1c7278bdbc43521cdd43c73142f4
parentd2f41a1169bb0357bd863296b1a664fe2af10acd
hw/ssi/xilinx_spips.c: Avoid shifting left into sign bit

Add missing 'U' suffix to avoid shifting left into sign bit of
a signed integer.

Signed-off-by: Peter Maydell <[email protected]>
Message-id: 1392988008[email protected]
hw/ssi/xilinx_spips.c
This page took 0.0259 seconds and 4 git commands to generate.