summaryrefslogtreecommitdiff
path: root/target/openrisc
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2021-06-29 07:09:35 +0200
committerRichard Henderson <richard.henderson@linaro.org>2021-07-09 09:38:33 -0700
commit1797b08d244ce496d0b0f5027a75542a82c29038 (patch)
treee4302648247d19303240101715e6a21cf2bcf373 /target/openrisc
parent8973fe43bb6d80f01ea11686c29f98fc4dcae3a6 (diff)
tcg: Avoid including 'trace-tcg.h' in target translate.c
The root trace-events only declares a single TCG event: $ git grep -w tcg trace-events trace-events:115:# tcg/tcg-op.c trace-events:137:vcpu tcg guest_mem_before(TCGv vaddr, uint16_t info) "info=%d", "vaddr=0x%016"PRIx64" info=%d" and only a tcg/tcg-op.c uses it: $ git grep -l trace_guest_mem_before_tcg tcg/tcg-op.c therefore it is pointless to include "trace-tcg.h" in each target (because it is not used). Remove it. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20210629050935.2570721-1-f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/openrisc')
-rw-r--r--target/openrisc/translate.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/openrisc/translate.c b/target/openrisc/translate.c
index a9c81f8bd5..5db63d7609 100644
--- a/target/openrisc/translate.c
+++ b/target/openrisc/translate.c
@@ -33,7 +33,6 @@
#include "exec/helper-gen.h"
#include "exec/gen-icount.h"
-#include "trace-tcg.h"
#include "exec/log.h"
/* is_jmp field values */