diff options
author | Peter Maydell | 2014-03-17 17:00:35 +0100 |
---|---|---|
committer | Michael Tokarev | 2014-03-27 16:22:49 +0100 |
commit | 00b0179347bae12c5856c1195b67ef5dc7887b9b (patch) | |
tree | 87798009977e47099140829b686c3581de54ca51 /hw/intc | |
parent | target-mips: Avoid shifting left into sign bit (diff) | |
download | qemu-00b0179347bae12c5856c1195b67ef5dc7887b9b.tar.gz qemu-00b0179347bae12c5856c1195b67ef5dc7887b9b.tar.xz qemu-00b0179347bae12c5856c1195b67ef5dc7887b9b.zip |
hw/usb/hcd-ohci.c: Avoid shifting left into sign bit
Add U suffix to avoid undefined behaviour. This is only
strictly necessary for the 1<<31 cases, but we add it for the
other constants in these groups for consistency.
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/intc')
0 files changed, 0 insertions, 0 deletions