[PATCH v2 01/23] target/i386: Remove pc_start

2022-09-06 Thread Richard Henderson
The DisasContext member and the disas_insn local variable of the same name are identical to DisasContextBase.pc_next. Signed-off-by: Richard Henderson --- target/i386/tcg/translate.c | 114 +++- 1 file changed, 60 insertions(+), 54 deletions(-) diff --git a/targe

Re: [PATCH v2 01/23] target/i386: Remove pc_start

2022-09-21 Thread Paolo Bonzini
On Tue, Sep 6, 2022 at 12:09 PM Richard Henderson wrote: > > The DisasContext member and the disas_insn local variable of > the same name are identical to DisasContextBase.pc_next. > > Signed-off-by: Richard Henderson Reviewed-by: Paolo Bonzini > --- > target/i386/tcg/translate.c | 114 +