]> Git Repo - qemu.git/commit
s390: fix build on 32 bit host
authorMichael S. Tsirkin <[email protected]>
Sun, 13 Dec 2009 14:44:33 +0000 (16:44 +0200)
committerAurelien Jarno <[email protected]>
Sun, 13 Dec 2009 18:44:00 +0000 (19:44 +0100)
commit0435d39360775ab04ac0b2c443684b96f7c78563
tree129089d8ef072deed4fd85f6656587bae2d2027a
parentb32bb95264035c571f81fbefb06fec217b0cc3c8
s390: fix build on 32 bit host

Building on 32 bit host we get:
hw/s390-virtio.c: In function ‘s390_init’:
hw/s390-virtio.c:184: error: integer constant is too large for ‘unsigned long’ type
64 bit values must be ULL.

Signed-off-by: Michael S. Tsirkin <[email protected]>
Acked-by: Alexander Graf <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
hw/s390-virtio.c
This page took 0.031121 seconds and 4 git commands to generate.