[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 43/52] *: Add missing includes of exec/exec-all.h
|
From: |
Richard Henderson |
|
Subject: |
[PATCH v2 43/52] *: Add missing includes of exec/exec-all.h |
|
Date: |
Tue, 23 May 2023 06:53:13 -0700 |
This had been pulled in via exec/translator.h,
but the include of exec-all.h will be removed.
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
target/arm/tcg/translate.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/target/arm/tcg/translate.h b/target/arm/tcg/translate.h
index 5b53b6215d..4d88197715 100644
--- a/target/arm/tcg/translate.h
+++ b/target/arm/tcg/translate.h
@@ -4,6 +4,7 @@
#include "cpu.h"
#include "tcg/tcg-op.h"
#include "tcg/tcg-op-gvec.h"
+#include "exec/exec-all.h"
#include "exec/translator.h"
#include "exec/helper-gen.h"
#include "internals.h"
--
2.34.1
- [PATCH v2 39/52] accel/tcg: Move translator_fake_ldb out of line, (continued)
- [PATCH v2 39/52] accel/tcg: Move translator_fake_ldb out of line, Richard Henderson, 2023/05/23
- [PATCH v2 38/52] accel/tcg: Introduce translator_io_start, Richard Henderson, 2023/05/23
- [PATCH v2 34/52] tcg: Remove USE_TCG_OPTIMIZATIONS, Richard Henderson, 2023/05/23
- [PATCH v2 41/52] target/mips: Tidy helpers for translation, Richard Henderson, 2023/05/23
- [PATCH v2 42/52] *: Add missing includes of exec/translation-block.h, Richard Henderson, 2023/05/23
- [PATCH v2 40/52] target/arm: Tidy helpers for translation, Richard Henderson, 2023/05/23
- [PATCH v2 45/52] tcg: Define IN_TCG, Richard Henderson, 2023/05/23
- [PATCH v2 46/52] tcg: Fix PAGE/PROT confusion, Richard Henderson, 2023/05/23
- [PATCH v2 48/52] tcg: Remove target-specific headers from tcg.[ch], Richard Henderson, 2023/05/23
- [PATCH v2 52/52] tcg: Build once for system and once for user-only, Richard Henderson, 2023/05/23
- [PATCH v2 43/52] *: Add missing includes of exec/exec-all.h,
Richard Henderson <=
- [PATCH v2 49/52] plugins: Move plugin_insn_append to translator.c, Richard Henderson, 2023/05/23
- [PATCH v2 50/52] plugins: Drop unused headers from exec/plugin-gen.h, Richard Henderson, 2023/05/23
- [PATCH v2 47/52] tcg: Move env defines out of NEED_CPU_H in helper-head.h, Richard Henderson, 2023/05/23
- [PATCH v2 51/52] exec/poison: Do not poison CONFIG_SOFTMMU, Richard Henderson, 2023/05/23
- [PATCH v2 44/52] accel/tcg: Tidy includes for translator.[ch], Richard Henderson, 2023/05/23