On 5/24/24 01:10, Paolo Bonzini wrote:
syscall and sysret only have one exit, so they do not need to generate the end-of-translation code inline. It can be deferred to tb_stop.Signed-off-by: Paolo Bonzini<[email protected]> --- target/i386/tcg/translate.c | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <[email protected]> r~
