aboutsummaryrefslogtreecommitdiff
path: root/tcg/tcg-op-ldst.c
diff options
context:
space:
mode:
authorRichard Henderson <richard.henderson@linaro.org>2023-04-01 15:47:00 -0700
committerRichard Henderson <richard.henderson@linaro.org>2023-06-05 12:04:29 -0700
commitbdbb9d6999dbf7f6c50828f58e81c6fa299041be (patch)
tree8cd68764f3816d174941d96b0595d8c9d29b4094 /tcg/tcg-op-ldst.c
parent85314e13ad724247fbd74ff13555bff1cbda8356 (diff)
downloadqemu-bdbb9d6999dbf7f6c50828f58e81c6fa299041be.zip
qemu-bdbb9d6999dbf7f6c50828f58e81c6fa299041be.tar.gz
qemu-bdbb9d6999dbf7f6c50828f58e81c6fa299041be.tar.bz2
tcg: Spit out exec/translation-block.h
This is all that is required by tcg/ from exec-all.h. Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'tcg/tcg-op-ldst.c')
-rw-r--r--tcg/tcg-op-ldst.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcg/tcg-op-ldst.c b/tcg/tcg-op-ldst.c
index 46a5977..a4f51bf 100644
--- a/tcg/tcg-op-ldst.c
+++ b/tcg/tcg-op-ldst.c
@@ -23,11 +23,11 @@
*/
#include "qemu/osdep.h"
-#include "exec/exec-all.h"
#include "tcg/tcg.h"
#include "tcg/tcg-temp-internal.h"
#include "tcg/tcg-op-common.h"
#include "tcg/tcg-mo.h"
+#include "exec/translation-block.h"
#include "exec/plugin-gen.h"
#include "tcg-internal.h"