abitypes.h: Remove incorrect ARM ABI_LLONG_ALIGNMENT
commit4d017979aa1672b40ccc083daf455f8740eead82
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Sep 2013 18:09:33 +0000 (10 19:09 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Sep 2013 18:09:33 +0000 (10 19:09 +0100)
treeb7418ab4828cadd647ade359fbf92fe584e324c7
parent031c44e4deedbd7829703654e381ca0b18e78a12
abitypes.h: Remove incorrect ARM ABI_LLONG_ALIGNMENT

The ARM EABI specifies that 64 bit integers should be
8 aligned; remove our incorrect setting of 4 alignment.
This has no actual effect since it only set the alignment
for the 'abi_ullong' and 'abi_llong' types, which are used
only inside code which is MIPS-specific, but it will
avoid problems later if we use the types elsewhere.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
include/exec/user/abitypes.h