]> git.proxmox.com Git - mirror_qemu.git/commit
tcg-i386: Remove abort from GETPC_LDST
authorRichard Henderson <rth@twiddle.net>
Thu, 29 Aug 2013 15:21:37 +0000 (08:21 -0700)
committerAurelien Jarno <aurelien@aurel32.net>
Thu, 29 Aug 2013 18:20:39 +0000 (20:20 +0200)
commit584950fd4e4d6ca580800e46f1b41cf1b0b4236c
treee15ba7fac7566bf483b43ca5fed8e9fdb332a85c
parent951fab990db05d47ab9da5e72521e406c73a3eb9
tcg-i386: Remove abort from GETPC_LDST

Indeed, remove it entirely and remove the is_tcg_gen_code check
from GETPC_EXT.

Fixes https://bugs.launchpad.net/qemu/+bug/1218098 wherein a call
to a "normal" helper function performed a sequence of tail calls
all the way into the memory helper functions, leading to a stack
frame in which the memory helper function appeared to be called
directly from tcg.

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