diff options
| author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2025-04-01 10:14:36 +0200 |
|---|---|---|
| committer | Richard Henderson <richard.henderson@linaro.org> | 2025-04-23 15:07:32 -0700 |
| commit | 42fa9665e598c268a7ccfab5b92636618d9574ec (patch) | |
| tree | 2f2a5ceb9d99e295983afc0332b91c5b0e56dd21 /target/avr/helper.c | |
| parent | 231a1c0ff46ae442431fb7a6e5d6f36765628b68 (diff) | |
| download | focaccia-qemu-42fa9665e598c268a7ccfab5b92636618d9574ec.tar.gz focaccia-qemu-42fa9665e598c268a7ccfab5b92636618d9574ec.zip | |
exec: Restrict 'cpu_ldst.h' to accel/tcg/
Mechanical change using:
$ sed -i -e 's,exec/cpu_ldst,accel/tcg/cpu-ldst,' \
$(git grep -l exec/cpu_ldst.h)
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'target/avr/helper.c')
| -rw-r--r-- | target/avr/helper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/avr/helper.c b/target/avr/helper.c index 32cbf17919..afa591470f 100644 --- a/target/avr/helper.c +++ b/target/avr/helper.c @@ -27,7 +27,7 @@ #include "exec/cputlb.h" #include "exec/page-protection.h" #include "exec/target_page.h" -#include "exec/cpu_ldst.h" +#include "accel/tcg/cpu-ldst.h" #include "exec/helper-proto.h" bool avr_cpu_exec_interrupt(CPUState *cs, int interrupt_request) |