Re: [Qemu-devel] [PATCH 02/15] s390x: set alignment for long to 8

2011-04-10 Thread Aurelien Jarno
On Mon, Apr 04, 2011 at 04:32:11PM +0200, Alexander Graf wrote: > The alignment for longs on s390x is 8. That's the only place where it differs > from the default alignments found in configure already. The example alignment > program from Laurent printed the following on a real s390x: > > aligno

[Qemu-devel] [PATCH 02/15] s390x: set alignment for long to 8

2011-04-04 Thread Alexander Graf
The alignment for longs on s390x is 8. That's the only place where it differs from the default alignments found in configure already. The example alignment program from Laurent printed the following on a real s390x: alignof(short) 2 alignof(int) 4 alignof(long) 8 alignof(long long) 8 Sign