]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/rx: Dump bytes for each insn during disassembly
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 23 May 2019 15:18:31 +0000 (08:18 -0700)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 19 Mar 2020 16:58:05 +0000 (17:58 +0100)
commite43917cce55e18cc62db47026c4c3880523ed27a
tree3f46c373dbd213b5e15f3ee315a1d7b010d31263
parent05a8599fcc7773d3c4b0c8fd7a19c1d65d636406
target/rx: Dump bytes for each insn during disassembly

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.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Yoshinori Sato <ysato@users.sourceforge.jp>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20190531134315.4109-24-richard.henderson@linaro.org>
Acked-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
target/rx/disas.c