]> git.proxmox.com Git - mirror_qemu.git/commit - softmmu_template.h
tcg: Add mmu helpers that take a return address argument
authorRichard Henderson <rth@twiddle.net>
Thu, 25 Jul 2013 00:54:12 +0000 (14:54 -1000)
committerRichard Henderson <rth@twiddle.net>
Mon, 26 Aug 2013 20:31:53 +0000 (13:31 -0700)
commite25c3887e6ac50e7a0c42a2f597b088a27d5bb5d
tree8d3194c9a0e908801c4cedf2cd357b3e67c193f5
parentc6f29ff096d9e956df94db20fe49275c35f601fb
tcg: Add mmu helpers that take a return address argument

Allow the code that tcg generates to be less obtuse, passing in
the return address directly instead of computing it in the helper.

Maintain the old entrance point unchanged as an alternate entry point.

Delete the helper_st*_cmmu prototypes; the implementations did not exist.

Signed-off-by: Richard Henderson <rth@twiddle.net>
include/exec/softmmu_defs.h
include/exec/softmmu_template.h