[Qemu-devel] [PATCH 10/11] linux-user: ppc: mark as long long aligned

2012-10-18 Thread riku . voipio
From: Alexander Graf 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 re

[Qemu-devel] [PATCH 10/11] linux-user: ppc: mark as long long aligned

2012-10-12 Thread riku . voipio
From: Alexander Graf 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 re