]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/sparc/tcg-target.inc.c
tcg-sparc: Convert to new ldst helpers
authorRichard Henderson <rth@twiddle.net>
Wed, 5 Mar 2014 17:42:08 +0000 (09:42 -0800)
committerRichard Henderson <rth@twiddle.net>
Mon, 17 Mar 2014 18:13:26 +0000 (11:13 -0700)
commit7ea5d7256d06a04e8953b25f7766c9e32fa408e8
tree5b6bcccaee2628f416e5718a85d97735ec8abc58
parenta8b12c108c364587213396c3cd3e22d740f87e2e
tcg-sparc: Convert to new ldst helpers

All of the helpers with the explicit big/little endian option
require the return address as a parameter.  Acquire this via
a trampoline.

Move the load of areg0 into the trampoline.

Signed-off-by: Richard Henderson <rth@twiddle.net>
tcg/sparc/tcg-target.c