]> git.proxmox.com Git - mirror_qemu.git/commit - hw/i386/pc.c
hw/pc.c: add ULL suffix in ioport80_read and ioportF0_read return value
authorJulien Grall <julien.grall@citrix.com>
Fri, 11 Jan 2013 16:41:43 +0000 (16:41 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 12 Jan 2013 12:46:36 +0000 (12:46 +0000)
commita6fc23e5dc76660792c8363d058adf22caa82945
tree73642c927a650d379bea1f116f957a156ac2d97d
parent163fa4b09db3e36c612e178fd11b3af4247cbd56
hw/pc.c: add ULL suffix in ioport80_read and ioportF0_read return value

The commit c02e1eac887b1b0aee7361b1fcf889e7d47fed9d broke the compilation
for i386. ULL need to be specify for uint64_t value.

Signed-off-by: Julien Grall <julien.grall@citrix.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/pc.c