]> git.ipfire.org Git - thirdparty/qemu.git/commit
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)
commit4597463b3851d9f6ec22542b6645511d7f889f78
tree5ca4b88b1d255a0d63f674b9c3c4e1b3bf9c4c8e
parent75bbe6a4d2bc9c3681ab71021645d655ad045a75
accel: Include missing 'exec/cpu_ldst.h' header

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