diff options
author | Peter Maydell | 2014-03-17 17:00:37 +0100 |
---|---|---|
committer | Michael Tokarev | 2014-03-27 16:22:49 +0100 |
commit | a1f7f97b950a46393b0e55a9a0082e70f540cbbd (patch) | |
tree | e8c8f2075392ad8ede249ccbfd01c599671b47e6 /hw/audio/cs4231a.c | |
parent | hw/intc/openpic: Avoid shifting left into sign bit (diff) | |
download | qemu-a1f7f97b950a46393b0e55a9a0082e70f540cbbd.tar.gz qemu-a1f7f97b950a46393b0e55a9a0082e70f540cbbd.tar.xz qemu-a1f7f97b950a46393b0e55a9a0082e70f540cbbd.zip |
hw/ppc: Avoid shifting left into sign bit
Add U suffix to various places where we were doing "1 << 31",
which is undefined behaviour, and also to other constant
definitions in the same 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/audio/cs4231a.c')
0 files changed, 0 insertions, 0 deletions