commit | 00b0179347bae12c5856c1195b67ef5dc7887b9b | [log] [tgz] |
---|---|---|
author | Peter Maydell <peter.maydell@linaro.org> | Mon Mar 17 16:00:35 2014 +0000 |
committer | Michael Tokarev <mjt@tls.msk.ru> | Thu Mar 27 19:22:49 2014 +0400 |
tree | 87798009977e47099140829b686c3581de54ca51 | |
parent | f45cb2f43f5bb0a4122a64e61c746048b59a84ed [diff] |
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>