Re: [PATCH v2 10/23] target/i386: USe DISAS_EOB_ONLY

2022-09-21 Thread Paolo Bonzini
On Tue, Sep 6, 2022 at 12:09 PM Richard Henderson wrote: > > Replace lone calls to gen_eob() with the new enumerator. > > Signed-off-by: Richard Henderson Reviewed-by: Paolo Bonzini > --- > target/i386/tcg/translate.c | 12 ++-- > 1 file changed, 6 insertions(+), 6 deletions(-) > >

[PATCH v2 10/23] target/i386: USe DISAS_EOB_ONLY

2022-09-06 Thread Richard Henderson
Replace lone calls to gen_eob() with the new enumerator. Signed-off-by: Richard Henderson --- target/i386/tcg/translate.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/target/i386/tcg/translate.c b/target/i386/tcg/translate.c index a7e5bcdec7..5b77414a0a