mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:17 +00:00
target/arm: Restrict TCG specific headers
Avoid including TCG-specific headers in non-TCG builds. Signed-off-by: Philippe Mathieu-Daudé <philmd@oss.qualcomm.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20260617171438.75914-2-philmd@oss.qualcomm.com>
This commit is contained in:
@@ -8,10 +8,11 @@
|
||||
|
||||
#include "qemu/osdep.h"
|
||||
#include "cpu.h"
|
||||
#include "accel/tcg/cpu-ops.h"
|
||||
#include "internals.h"
|
||||
|
||||
#ifdef CONFIG_TCG
|
||||
#include "accel/tcg/cpu-ops.h"
|
||||
|
||||
static inline bool arm_excp_unmasked(CPUState *cs, unsigned int excp_idx,
|
||||
unsigned int target_el,
|
||||
unsigned int cur_el, bool secure,
|
||||
|
||||
@@ -29,9 +29,11 @@
|
||||
#include "exec/vaddr.h"
|
||||
#include "exec/breakpoint.h"
|
||||
#include "exec/memop.h"
|
||||
#ifdef CONFIG_TCG
|
||||
#include "accel/tcg/tb-cpu-state.h"
|
||||
#include "hw/core/registerfields.h"
|
||||
#include "tcg/tcg-gvec-desc.h"
|
||||
#endif
|
||||
#include "hw/core/registerfields.h"
|
||||
#include "system/memory.h"
|
||||
#include "syndrome.h"
|
||||
#include "cpu-features.h"
|
||||
|
||||
Reference in New Issue
Block a user