commit | 59964b4f98c74921d184d0d1119efcd055ce2881 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sat Jan 30 17:48:19 2021 -0800 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Mar 17 07:24:44 2021 -0600 |
tree | 706a0cf125d34b9cb0f1b0978aa0178d5b60d58f | |
parent | 65f1b6cc9a902560e5fcd9688fe8ffe44004ad33 [diff] |
tcg/tci: Implement the disassembler properly Actually print arguments as opposed to simply the opcodes and, uselessly, the argument counts. Reuse all of the helpers developed as part of the interpreter. Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>