Re: [PATCH v6 20/21] target/riscv: Add MAX_INSN_LEN and insn_len

2022-08-21 Thread Alistair Francis
On Fri, Aug 19, 2022 at 1:42 PM Richard Henderson wrote: > > These will be useful in properly ending the TB. > > Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis Alistair > --- > target/riscv/translate.c | 10 +- > 1 file changed, 9 insertions(+), 1 deletion(-) > > diff

[PATCH v6 20/21] target/riscv: Add MAX_INSN_LEN and insn_len

2022-08-18 Thread Richard Henderson
These will be useful in properly ending the TB. Signed-off-by: Richard Henderson --- target/riscv/translate.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/target/riscv/translate.c b/target/riscv/translate.c index 38666ddc91..a719aa6e63 100644 --- a/target/riscv/t