Re: [PATCH 11/11] target/i386: document use of DISAS_NORETURN

2024-06-04 Thread Richard Henderson
On 6/4/24 02:18, Paolo Bonzini wrote: DISAS_NORETURN suppresses the work normally done by gen_eob(), and therefore must be used in special cases only. Document them. Signed-off-by: Paolo Bonzini --- target/i386/tcg/translate.c | 11 +++ 1 file changed, 11 insertions(+) Reviewed-by:

[PATCH 11/11] target/i386: document use of DISAS_NORETURN

2024-06-04 Thread Paolo Bonzini
DISAS_NORETURN suppresses the work normally done by gen_eob(), and therefore must be used in special cases only. Document them. Signed-off-by: Paolo Bonzini --- target/i386/tcg/translate.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/target/i386/tcg/translate.c b/target/i386