commit | c8494cb8b1fd73a1e6a3a6a022a7e4d7e481bdc1 | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu May 16 18:46:55 2024 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Sat May 25 13:28:01 2024 +0200 |
tree | 06c190aca671c6bd40a95298eccbb09fd755cd54 | |
parent | 9594b593315a56ca459b8bc2de1cad5a91597f37 [diff] |
target/i386: avoid calling gen_eob_syscall before tb_stop 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. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>