OSDN Git Service

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)
commitfafe0021e32d339e64d6042811640d66c8336d4b
tree64f890b2b0e31d0d51623a91318bebe86716d3d2
parentacf2f8595aaa3b1c0993e1ea17e233b59f9e87a7
target/*: Add missing includes of tcg/debug-assert.h

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