]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
target/*: Add missing includes of tcg/debug-assert.h
authorRichard Henderson <richard.henderson@linaro.org>
Tue, 28 Mar 2023 01:23:15 +0000 (18:23 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 5 Jun 2023 19:04:28 +0000 (12:04 -0700)
This had been pulled in from tcg/tcg.h, via exec/cpu_ldst.h,
via exec/exec-all.h, but the include of tcg.h will be removed.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/avr/cpu.c
target/rx/cpu.c
target/rx/op_helper.c
target/tricore/cpu.c

index a24c23c24763659cacfba48eaae2ab26782321a4..8f741f258c62269c8a6508fc3b999f1b70355809 100644 (file)
@@ -24,6 +24,7 @@
 #include "exec/exec-all.h"
 #include "cpu.h"
 #include "disas/dis-asm.h"
+#include "tcg/debug-assert.h"
 
 static void avr_cpu_set_pc(CPUState *cs, vaddr value)
 {
index 67452e310c88cce1d3fffb5b06119395f53445ef..157e57da0f536ff80dabb50830712340fb4051c8 100644 (file)
@@ -24,6 +24,7 @@
 #include "exec/exec-all.h"
 #include "hw/loader.h"
 #include "fpu/softfloat.h"
+#include "tcg/debug-assert.h"
 
 static void rx_cpu_set_pc(CPUState *cs, vaddr value)
 {
index acce650185f0b1155ea4e5b8f607630ef5b47da1..dc0092ca9968022177fb0ce74a7fa838172a4545 100644 (file)
@@ -23,6 +23,7 @@
 #include "exec/helper-proto.h"
 #include "exec/cpu_ldst.h"
 #include "fpu/softfloat.h"
+#include "tcg/debug-assert.h"
 
 static inline G_NORETURN
 void raise_exception(CPURXState *env, int index,
index d0a92729610c2f9b5f371e8821b77e25d559c9e4..7fa113fed22bec5b34e0b6207f904713807776e9 100644 (file)
@@ -22,6 +22,7 @@
 #include "cpu.h"
 #include "exec/exec-all.h"
 #include "qemu/error-report.h"
+#include "tcg/debug-assert.h"
 
 static inline void set_feature(CPUTriCoreState *env, int feature)
 {