Re: [PATCH 17/17] target/riscv: Remove gen_get_gpr

2021-07-14 Thread Alistair Francis
On Fri, Jul 9, 2021 at 2:48 PM Richard Henderson wrote: > > This function is now unused. > The corresponding gen_set_gpr function is still in use. > > Signed-off-by: Richard Henderson Reviewed-by: Alistair Francis Alistair > --- > target/riscv/translate.c | 17 + > 1 file

[PATCH 17/17] target/riscv: Remove gen_get_gpr

2021-07-08 Thread Richard Henderson
This function is now unused. The corresponding gen_set_gpr function is still in use. Signed-off-by: Richard Henderson --- target/riscv/translate.c | 17 + 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/target/riscv/translate.c b/target/riscv/translate.c index