diff options
| author | Richard Henderson <richard.henderson@linaro.org> | 2025-03-07 10:31:49 -0800 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-03-08 10:06:31 -0800 |
| commit | 6e9f90021178cbf08f841206942946c67b515317 (patch) | |
| tree | c8d3cc5f6d55b282bf0814874fc76446e813417c /accel/tcg/tcg-runtime.c | |
| parent | 67ba7439481d61bc8482ff2ea436f74a575e371a (diff) | |
| download | focaccia-qemu-6e9f90021178cbf08f841206942946c67b515317.tar.gz focaccia-qemu-6e9f90021178cbf08f841206942946c67b515317.zip | |
accel/tcg: Build tcg-runtime.c once
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'accel/tcg/tcg-runtime.c')
| -rw-r--r-- | accel/tcg/tcg-runtime.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/accel/tcg/tcg-runtime.c b/accel/tcg/tcg-runtime.c index 9fa539ad3d..fa7ed9739c 100644 --- a/accel/tcg/tcg-runtime.c +++ b/accel/tcg/tcg-runtime.c @@ -23,13 +23,9 @@ */ #include "qemu/osdep.h" #include "qemu/host-utils.h" -#include "cpu.h" +#include "exec/cpu-common.h" #include "exec/helper-proto-common.h" -#include "exec/cpu_ldst.h" -#include "exec/exec-all.h" -#include "disas/disas.h" -#include "exec/log.h" -#include "tcg/tcg.h" +#include "accel/tcg/getpc.h" #define HELPER_H "accel/tcg/tcg-runtime.h" #include "exec/helper-info.c.inc" |