Re: [PATCH v2 06/23] target/i386: Create gen_update_eip_next

2022-09-21 Thread Paolo Bonzini
On Tue, Sep 6, 2022 at 12:09 PM Richard Henderson wrote: > > Sync EIP before exiting a translation block. > Replace all gen_jmp_im that use s->pc. > > Signed-off-by: Richard Henderson > --- > target/i386/tcg/translate.c | 45 - > 1 file changed, 25

[PATCH v2 06/23] target/i386: Create gen_update_eip_next

2022-09-06 Thread Richard Henderson
Sync EIP before exiting a translation block. Replace all gen_jmp_im that use s->pc. Signed-off-by: Richard Henderson --- target/i386/tcg/translate.c | 45 - 1 file changed, 25 insertions(+), 20 deletions(-) diff --git a/target/i386/tcg/translate.c