mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
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>
This commit is contained in:
parent
acf2f8595a
commit
fafe0021e3
4 changed files with 4 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue