On 08.05.2012, at 19:39, Alexander Graf wrote: > > On 07.05.2012, at 01:46, Andreas Färber wrote: > >> Adjust the tcg_out_qemu_{ld,st}() slow paths to pass AREG0 in r3. >> Automate the register numbering to avoid double-coding the two modes, >> and introduce TCG_TARGET_CALL_ALIGN_I64_ARG() macro to align for SVR4 >> but not for Darwin ABI. >> >> Based on patch by malc. > > AREG0-free PPC works for me with this patch on a ppc32 host. > > Tested-by: Alexander Graf <ag...@suse.de>
I take that one back - it breaks once things get more complex. Debugging ... Alex