Re: [Qemu-devel] [PATCH 18/28] target/riscv: Remove gen_jalr()

2018-10-13 Thread Richard Henderson
On 10/12/18 10:30 AM, Bastian Koppelmann wrote: > trans_jalr() is the only caller, so move the code into > trans_jalr(). > > Signed-off-by: Bastian Koppelmann > Signed-off-by: Peer Adelt > --- > target/riscv/insn_trans/trans_rvi.inc.c | 27 +- > target/riscv/translate.c

[Qemu-devel] [PATCH 18/28] target/riscv: Remove gen_jalr()

2018-10-12 Thread Bastian Koppelmann
trans_jalr() is the only caller, so move the code into trans_jalr(). Signed-off-by: Bastian Koppelmann Signed-off-by: Peer Adelt --- target/riscv/insn_trans/trans_rvi.inc.c | 27 +- target/riscv/translate.c| 38 - 2 files changed, 26