summaryrefslogtreecommitdiff
path: root/hw/pci/pci_host.c
diff options
context:
space:
mode:
authorPeter Maydell <peter.maydell@linaro.org>2014-03-17 16:00:30 +0000
committerMichael Tokarev <mjt@tls.msk.ru>2014-03-27 19:22:49 +0400
commit2cd49cbfab0dd294de421893048ab614518fa263 (patch)
tree0411e10ca110213a2a8b6044c37d8456150a50ba /hw/pci/pci_host.c
parente939c6ed619e2cf98c379318f6ee389c97163f18 (diff)
downloadqemu-2cd49cbfab0dd294de421893048ab614518fa263.tar.gz
target-i386: Avoid shifting left into sign bit
Add 'U' suffixes where necessary to avoid (1 << 31) which shifts left into the sign bit, which is undefined behaviour. Add the suffix also for other constants in the same groupings even if they don't shift into bit 31, for consistency. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/pci/pci_host.c')
0 files changed, 0 insertions, 0 deletions