diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2023-04-01 21:22:06 -0700 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2023-06-05 12:04:29 -0700 |
| commit | cac9b0fd08b38d5e5b3982c3ff6cd8e7fbc22e23 (patch) | |
| tree | a04dbdcd81a9a8a971e3e6520e824e84520feca2 /tcg/tcg.c | |
| parent | b78477fe1b22e9171c13a88e86a1e367779beab5 (diff) | |
| download | focaccia-qemu-cac9b0fd08b38d5e5b3982c3ff6cd8e7fbc22e23.tar.gz focaccia-qemu-cac9b0fd08b38d5e5b3982c3ff6cd8e7fbc22e23.zip | |
tcg: Remove target-specific headers from tcg.[ch]
This finally paves the way for tcg/ to be built once per mode. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/tcg.c')
| -rw-r--r-- | tcg/tcg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/tcg.c b/tcg/tcg.c index 41186f540f..3fcd0d9f32 100644 --- a/tcg/tcg.c +++ b/tcg/tcg.c @@ -34,7 +34,7 @@ #include "qemu/cacheflush.h" #include "qemu/cacheinfo.h" #include "qemu/timer.h" -#include "exec/exec-all.h" +#include "exec/translation-block.h" #include "exec/tlb-common.h" #include "tcg/tcg-op-common.h" |