tcg: Only include 'tcg-has.h' when necessary

TCG_TARGET_HAS_* definitions don't need to be exposed
by "tcg/tcg.h". Only include 'tcg-has.h' when necessary.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20250108215156.8731-15-philmd@linaro.org>
This commit is contained in:
Richard Henderson 2025-01-08 22:51:55 +01:00
parent f15d00a4c1
commit 93280b6738
9 changed files with 8 additions and 4 deletions

View file

@ -24,6 +24,7 @@
#include "qemu/osdep.h"
#include "tcg/tcg.h"
#include "tcg-has.h"
TCGOpDef tcg_op_defs[] = {
#define DEF(s, oargs, iargs, cargs, flags) \