s390: fix build on 32 bit host
authorMichael S. Tsirkin <mst@redhat.com>
Sun, 13 Dec 2009 14:44:33 +0000 (16:44 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 13 Dec 2009 18:44:00 +0000 (19:44 +0100)
commit3afc0d6bcaa73752f60d7db9936a1c6f95b92532
tree129089d8ef072deed4fd85f6656587bae2d2027a
parent48a4df6a411951257bb0fe1f1eb592e0e40d424a
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 <mst@redhat.com>
Acked-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/s390-virtio.c