]> git.proxmox.com Git - qemu.git/commit - tcg/arm/tcg-target.c
tcg-arm: Rearrange slow-path qemu_ld/st
authorRichard Henderson <rth@twiddle.net>
Sun, 28 Jul 2013 00:09:47 +0000 (14:09 -1000)
committerRichard Henderson <rth@twiddle.net>
Tue, 1 Oct 2013 17:20:33 +0000 (10:20 -0700)
commitd9f4dde4a6d34f14509664edc262016f21be5aac
tree01bb2fb6b53573f2976e8e8b850d23d5bf3f4940
parent23bbc25085ceac827e1da9bebead058f436f66a6
tcg-arm: Rearrange slow-path qemu_ld/st

Use the new helper_ret_*_mmu routines.  Use a conditional call
to arrange for a tail-call from the store path, and to load the
return address for the helper for the load path.

Signed-off-by: Richard Henderson <rth@twiddle.net>
include/exec/exec-all.h
tcg/arm/tcg-target.c