]> Git Repo - qemu.git/commit
hw/pci/pci_host.c: Avoid shifting left into sign bit
authorPeter Maydell <[email protected]>
Mon, 17 Mar 2014 16:00:32 +0000 (16:00 +0000)
committerMichael Tokarev <[email protected]>
Thu, 27 Mar 2014 15:22:49 +0000 (19:22 +0400)
commitac43fa508cc1cfe6d6f67c8eb99dc012e52c164e
tree62817b868442eb4de0dd3605c915624de3afaffe
parent6d55574a656f3a533a370156aaefedcf7980d4d8
hw/pci/pci_host.c: Avoid shifting left into sign bit

Add U suffix to avoid undefined behaviour.

Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Michael S. Tsirkin <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
hw/pci/pci_host.c
This page took 0.027112 seconds and 4 git commands to generate.