linux-user: ppc: mark as long long aligned
commit4a1def4e4ec2f0eb72b15596a04a030cdc889370
authorAlexander Graf <agraf@suse.de>
Sat, 29 Sep 2012 15:32:38 +0000 (29 15:32 +0000)
committerRiku Voipio <riku.voipio@linaro.org>
Fri, 12 Oct 2012 11:38:36 +0000 (12 14:38 +0300)
treec032428d0d06ee26a79c5f5cefb3136baff0c5db
parent07e10e5de1470bdf1d1ed97c85cb7ed9e4826775
linux-user: ppc: mark as long long aligned

The SysV PPC32 ABI dictates that long long (64bit) parameters are pass in odd/even
register pairs. Because unlike ARM and MIPS we start at an odd register number,
we can reuse the same aligning code that ARM and MIPS use.

Clarified inline comment that it is SysV ABI that requires long long aligned
parameters - Riku

Signed-off-by: Alexander Graf <agraf@suse.de>
Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
linux-user/syscall.c