Re: [PATCH v2 1/4] target/s390x: Remove DISAS_GOTO_TB

2022-07-08 Thread David Hildenbrand
On 02.07.22 08:02, Richard Henderson wrote: > There is nothing to distinguish this from DISAS_NORETURN. > > Signed-off-by: Richard Henderson > --- > target/s390x/tcg/translate.c | 8 ++-- > 1 file changed, 2 insertions(+), 6 deletions(-) > > diff --git a/target/s390x/tcg/translate.c b/targe

[PATCH v2 1/4] target/s390x: Remove DISAS_GOTO_TB

2022-07-01 Thread Richard Henderson
There is nothing to distinguish this from DISAS_NORETURN. Signed-off-by: Richard Henderson --- target/s390x/tcg/translate.c | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/target/s390x/tcg/translate.c b/target/s390x/tcg/translate.c index fd2433d625..e38ae9ce09 100644