Peter Maydell 2c02f88780 hw/ide/ahci.h: Avoid shifting left into sign bit
Add 'U' suffixes to avoid undefined behaviour shifting left into
the signed bit of a signed integer type. Clang's sanitizer will
warn about this:

 hw/ide/ahci.c:1210:27: runtime error: left shift of 1 by 31 places cannot be represented in type 'int'

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2014-03-07 11:29:21 +01:00
..
2013-10-29 13:06:39 +01:00
2013-11-05 19:57:47 -08:00
2014-01-30 13:56:00 +00:00
2014-02-14 21:12:04 +01:00
2013-08-30 20:14:39 +02:00
2013-11-05 18:06:52 +01:00
2013-08-30 20:14:39 +02:00
2014-02-14 21:12:04 +01:00