Re: [Qemu-devel] [PATCH 6/6] target/rx: Dump bytes for each insn during disassembly

2019-05-27 Thread Yoshinori Sato
On Fri, 24 May 2019 00:08:03 +0900, Richard Henderson wrote: > > There are so many different forms of each RX instruction > that it will be very useful to be able to look at the bytes > to see on which path a bug may lie. > > Signed-off-by: Richard Henderson Reviewed-by: Yoshinori Sato > --- >

[Qemu-devel] [PATCH 6/6] target/rx: Dump bytes for each insn during disassembly

2019-05-23 Thread Richard Henderson
There are so many different forms of each RX instruction that it will be very useful to be able to look at the bytes to see on which path a bug may lie. Signed-off-by: Richard Henderson --- target/rx/disas.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/tar