On 5/15/21 5:57 AM, Philippe Mathieu-Daudé wrote:
+switch (op) {
+case INDEX_op_br:
+case INDEX_op_call:
+case INDEX_op_exit_tb:
+case INDEX_op_goto_tb:
+tci_args_l(&tb_ptr, &ptr);
+info->fprintf_func(info->stream, "%-12s %p", op_name, ptr);
+break;
Hi Richard,
On 3/17/21 4:34 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.
>
> Reviewed-by: Philippe Mathieu-Daudé
> Signed-off-by: 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.
Reviewed-by: Philippe Mathieu-Daudé
Signed-off-by: Richard Henderson
---
meson.build | 2 +-
include/tcg/tcg-opc.h | 2 -