diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-01-08 22:51:54 +0100 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-01-16 20:57:16 -0800 |
| commit | f15d00a4c180ffd303dc9272f34a26a185f741f8 (patch) | |
| tree | 41ac4a2a5544dcfc4f43bfe0039e76f46082ebf9 /tcg/tcg-has.h | |
| parent | 8ae72b38b504ac450bf12025f5242cc5a4cb39b0 (diff) | |
| download | focaccia-qemu-f15d00a4c180ffd303dc9272f34a26a185f741f8.tar.gz focaccia-qemu-f15d00a4c180ffd303dc9272f34a26a185f741f8.zip | |
tcg: Include 'tcg-target-has.h' once in 'tcg-has.h'
Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-ID: <20250108215156.8731-14-philmd@linaro.org>
Diffstat (limited to 'tcg/tcg-has.h')
| -rw-r--r-- | tcg/tcg-has.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tcg/tcg-has.h b/tcg/tcg-has.h index c09ce13389..65b6a0b0cf 100644 --- a/tcg/tcg-has.h +++ b/tcg/tcg-has.h @@ -7,6 +7,8 @@ #ifndef TCG_HAS_H #define TCG_HAS_H +#include "tcg-target-has.h" + #if TCG_TARGET_REG_BITS == 32 /* Turn some undef macros into false macros. */ #define TCG_TARGET_HAS_extr_i64_i32 0 |