]> Git Repo - qemu.git/commit
tcg-hppa: Fix broken load/store helpers
authorRichard Henderson <[email protected]>
Wed, 19 Sep 2012 02:59:48 +0000 (19:59 -0700)
committerAurelien Jarno <[email protected]>
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 <[email protected]>
Signed-off-by: Aurelien Jarno <[email protected]>
tcg/hppa/tcg-target.c
This page took 0.026365 seconds and 4 git commands to generate.