Re: [PATCH 28/29] target/loongarch: honour show_opcodes when disassembling

2024-03-05 Thread Richard Henderson
On 3/5/24 02:10, Alex Bennée wrote: This makes the output suitable when used for plugins. Signed-off-by: Alex Bennée --- target/loongarch/disas.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) Reviewed-by: Richard Henderson r~

[PATCH 28/29] target/loongarch: honour show_opcodes when disassembling

2024-03-05 Thread Alex Bennée
This makes the output suitable when used for plugins. Signed-off-by: Alex Bennée --- target/loongarch/disas.c | 13 + 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/target/loongarch/disas.c b/target/loongarch/disas.c index 2040f3e44db..63989a6282d 100644 --- a/target/l