]> git.proxmox.com Git - mirror_qemu.git/commit - tcg/tcg.c
tcg: Remove DEBUG_DISAS
authorRichard Henderson <richard.henderson@linaro.org>
Sat, 1 Apr 2023 23:06:47 +0000 (16:06 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Wed, 24 May 2023 01:54:55 +0000 (18:54 -0700)
commit645e3a812a3837808066df22dc78bacb2e3d14c6
tree4b0da1c1beaa4e840c74b2f4125e00a45de606e8
parente45fb74ddb75913f81a48112b828ee58bd9f6e2a
tcg: Remove DEBUG_DISAS

This had been set since the beginning, is never undefined,
and it would seem to be harmful to debugging to do so.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
accel/tcg/cpu-exec.c
accel/tcg/translate-all.c
accel/tcg/translator.c
include/exec/exec-all.h
target/sh4/translate.c
target/sparc/translate.c
tcg/tcg.c