Re: [PATCH v2 20/23] target/i386: Use gen_jmp_rel for gen_repz*

2022-09-21 Thread Paolo Bonzini
On Tue, Sep 6, 2022 at 12:09 PM Richard Henderson wrote: > > Subtract cur_insn_len to restart the current insn. > > Signed-off-by: Richard Henderson I wouldn't mind squashing this with the jecxz/loop patch (and the review comments there apply here too). Paolo > --- >

[PATCH v2 20/23] target/i386: Use gen_jmp_rel for gen_repz*

2022-09-06 Thread Richard Henderson
Subtract cur_insn_len to restart the current insn. Signed-off-by: Richard Henderson --- target/i386/tcg/translate.c | 10 ++ 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/target/i386/tcg/translate.c b/target/i386/tcg/translate.c index e27f36e4e9..7a9e533c6e 100644 ---