Re: [PATCH v5 21/57] tcg/tci: Implement the disassembler properly

2021-03-16 Thread Philippe Mathieu-Daudé
On 3/11/21 3:39 PM, Richard Henderson wrote: > 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. > > Signed-off-by: Richard Henderson > --- > meson.build | 2 +- >

[PATCH v5 21/57] tcg/tci: Implement the disassembler properly

2021-03-11 Thread Richard Henderson
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. Signed-off-by: Richard Henderson --- meson.build | 2 +- include/tcg/tcg-opc.h | 2 - disas/tci.c | 61