Re: [PATCH v2 35/50] target/i386: Simplify gen_debug usage

2021-05-18 Thread Paolo Bonzini
On 14/05/21 17:13, Richard Henderson wrote: Both invocations pass the start of the current instruction, which is available as s->base.pc_next. The function sets is_jmp, so we can eliminate a second setting. Signed-off-by: Richard Henderson --- target/i386/tcg/translate.c | 9 - 1 fi

[PATCH v2 35/50] target/i386: Simplify gen_debug usage

2021-05-14 Thread Richard Henderson
Both invocations pass the start of the current instruction, which is available as s->base.pc_next. The function sets is_jmp, so we can eliminate a second setting. Signed-off-by: Richard Henderson --- target/i386/tcg/translate.c | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) dif