tcg-hppa: Fix broken load/store helpers
authorRichard Henderson <rth@twiddle.net>
Wed, 19 Sep 2012 02:59:48 +0000 (19:59 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 21 Sep 2012 17:53:18 +0000 (19:53 +0200)
commite55f523d7977480462151d8abb0ebb4b1747eabf
treed8a120e9539354433067f5c95d3969b35953805b
parentc08d9ee38d240ef45496620cbfe8e1b5ed81accb
tcg-hppa: Fix broken load/store helpers

The CONFIG_TCG_PASS_AREG0 code for calling ld/st helpers
was not respecting the ABI requirement for 64-bit values
being aligned in registers.

Mirror the ARM port in use of helper functions to marshal
arguments into the correct registers.

Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
tcg/hppa/tcg-target.c