]> git.ipfire.org Git - thirdparty/qemu.git/commit
target/rx: Disassemble rx_index_addr into a string
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 23 May 2019 15:13:01 +0000 (08:13 -0700)
committerPhilippe Mathieu-Daudé <f4bug@amsat.org>
Thu, 19 Mar 2020 16:58:05 +0000 (17:58 +0100)
commitfa6289e2677a6e6d6bc1c9ef9a7a4a68972eeeed
treebc66e7a22714d7fe04eba2dd18d95faa453892c9
parent4aea3d0c5148f7983f6032ca418081fbe36625e4
target/rx: Disassemble rx_index_addr into a string

We were eliding all zero indexes.  It is only ld==0 that does
not have an index in the instruction.  This also allows us to
avoid breaking the final print into multiple pieces.

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-19-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