Re: [Qemu-devel] [PATCH] target-alpha: Fix compilation errors for 32 bit hosts

2011-10-09 Thread Blue Swirl
Thanks, applied. On Sun, Oct 9, 2011 at 6:50 AM, Stefan Weil wrote: > 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

[Qemu-devel] [PATCH] target-alpha: Fix compilation errors for 32 bit hosts

2011-10-08 Thread Stefan Weil
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