]> git.proxmox.com Git - mirror_qemu.git/commit
target-alpha: Fix compilation errors for 32 bit hosts
authorStefan Weil <sw@weilnetz.de>
Sun, 9 Oct 2011 06:50:50 +0000 (08:50 +0200)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 9 Oct 2011 08:18:30 +0000 (08:18 +0000)
commit02d6516c8ba00bdd6d96b622f000cb28c3449f43
treecd7669f42d2a320776d57c7254163d8bf0737620
parent9a7242f7867e1f1e70013aa70d148c65a1980aec
target-alpha: Fix compilation errors for 32 bit hosts

On i386, these errors were reported:

qemu/hw/alpha_dp264.c: In function ‘clipper_init’:
qemu/hw/alpha_dp264.c:158: error: integer constant is too large for ‘unsigned long’ type

qemu/hw/alpha_typhoon.c: In function ‘typhoon_init’:
qemu/hw/alpha_typhoon.c:737: error: integer constant is too large for ‘long’ type
qemu/hw/alpha_typhoon.c:741: error: integer constant is too large for ‘long’ type
qemu/hw/alpha_typhoon.c:745: error: integer constant is too large for ‘long’ type
qemu/hw/alpha_typhoon.c:749: error: integer constant is too large for ‘long’ type
qemu/hw/alpha_typhoon.c:757: error: integer constant is too large for ‘long’ type
qemu/hw/alpha_typhoon.c:767: error: integer constant is too large for ‘long’ type
qemu/hw/alpha_typhoon.c:772: error: integer constant is too large for ‘long’ type

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
hw/alpha_dp264.c
hw/alpha_typhoon.c