Re: [Qemu-devel] [PATCH 5/6] target/rx: Collect all bytes during disassembly

2019-05-27 Thread Yoshinori Sato
On Fri, 24 May 2019 00:08:02 +0900, Richard Henderson wrote: > > Collected, to be used in the next patch. > > Signed-off-by: Richard Henderson Reviewed-by: Yoshinori Sato > --- > target/rx/disas.c | 62 --- > 1 file changed, 42 insertions(+), 20 del

[Qemu-devel] [PATCH 5/6] target/rx: Collect all bytes during disassembly

2019-05-23 Thread Richard Henderson
Collected, to be used in the next patch. Signed-off-by: Richard Henderson --- target/rx/disas.c | 62 --- 1 file changed, 42 insertions(+), 20 deletions(-) diff --git a/target/rx/disas.c b/target/rx/disas.c index ebc1a44249..5a32a87534 100644 --- a/ta