target/i386: document use of DISAS_NORETURN
authorPaolo Bonzini <pbonzini@redhat.com>
Sat, 25 May 2024 09:16:14 +0000 (11:16 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Sat, 8 Jun 2024 08:33:38 +0000 (10:33 +0200)
commitb37c0dc85214e9d5e4a9b6f6a496ce4de3b8a4d6
tree1787a94a84520aa02d5f6a15b4b627aa268a555c
parentcdc829b37d4dff686f083c577490da1d75bc159f
target/i386: document use of DISAS_NORETURN

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 <pbonzini@redhat.com>
target/i386/tcg/translate.c