diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2014-03-17 16:00:30 +0000 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2014-03-27 19:22:49 +0400 |
commit | 2cd49cbfab0dd294de421893048ab614518fa263 (patch) | |
tree | 0411e10ca110213a2a8b6044c37d8456150a50ba /hw/intc | |
parent | e939c6ed619e2cf98c379318f6ee389c97163f18 (diff) |
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/intc')
0 files changed, 0 insertions, 0 deletions