]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
accel: Include missing 'exec/cpu_ldst.h' header
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Tue, 5 Dec 2023 22:02:11 +0000 (23:02 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 26 Apr 2024 13:31:37 +0000 (15:31 +0200)
Theses files call cpu_ldl_code() which is declared
in "exec/cpu_ldst.h".

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20231211212003.21686-5-philmd@linaro.org>

accel/tcg/translator.c
target/hexagon/translate.c
target/microblaze/cpu.c
target/microblaze/translate.c

index 9de0bc34c851cc1df002e84ee497856e624c63d8..6832e551358e3fdd58efb0846b51f82ad8f63334 100644 (file)
@@ -12,6 +12,7 @@
 #include "qemu/error-report.h"
 #include "exec/exec-all.h"
 #include "exec/translator.h"
+#include "exec/cpu_ldst.h"
 #include "exec/plugin-gen.h"
 #include "tcg/tcg-op-common.h"
 #include "internal-target.h"
index f163eefe97d2f6b6d8c7103037e994e600f13730..47a870f42df55ec42a925da07f36615f5b357425 100644 (file)
@@ -23,6 +23,7 @@
 #include "exec/helper-gen.h"
 #include "exec/helper-proto.h"
 #include "exec/translation-block.h"
+#include "exec/cpu_ldst.h"
 #include "exec/log.h"
 #include "internal.h"
 #include "attribs.h"
index f8dc3173fc0af135ae9e378ab38b6c0c4b78a668..9eb7374ccdf2baaabd42f4e093dba9dff1145d63 100644 (file)
@@ -28,6 +28,7 @@
 #include "qemu/module.h"
 #include "hw/qdev-properties.h"
 #include "exec/exec-all.h"
+#include "exec/cpu_ldst.h"
 #include "exec/gdbstub.h"
 #include "fpu/softfloat-helpers.h"
 #include "tcg/tcg.h"
index fc451befae6b425e69c3b1717c115ba0b491c7a6..6d89c1a1756571523c1221a27ace1fb1dd05ff42 100644 (file)
@@ -22,6 +22,7 @@
 #include "cpu.h"
 #include "disas/disas.h"
 #include "exec/exec-all.h"
+#include "exec/cpu_ldst.h"
 #include "tcg/tcg-op.h"
 #include "exec/helper-proto.h"
 #include "exec/helper-gen.h"