On 20/5/22 20:01, Bernhard Beschow wrote:
dump_opcount_info() is a one-line wrapper around tcg_dump_op_count() which is also exported. So use the latter directly.Signed-off-by: Bernhard Beschow <[email protected]> --- accel/tcg/cpu-exec.c | 2 +- accel/tcg/translate-all.c | 5 ----- include/exec/cpu-all.h | 1 - 3 files changed, 1 insertion(+), 7 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
