commit | e55f523d7977480462151d8abb0ebb4b1747eabf | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Tue Sep 18 19:59:48 2012 -0700 |
committer | Aurelien Jarno <aurelien@aurel32.net> | Fri Sep 21 19:53:18 2012 +0200 |
tree | d8a120e9539354433067f5c95d3969b35953805b | |
parent | c08d9ee38d240ef45496620cbfe8e1b5ed81accb [diff] |
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>