diff options
Diffstat (limited to 'target/ppc/tcg-excp_helper.c')
-rw-r--r-- | target/ppc/tcg-excp_helper.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/ppc/tcg-excp_helper.c b/target/ppc/tcg-excp_helper.c index 5a189dc..f835be5 100644 --- a/target/ppc/tcg-excp_helper.c +++ b/target/ppc/tcg-excp_helper.c @@ -19,8 +19,8 @@ #include "qemu/osdep.h" #include "qemu/main-loop.h" #include "qemu/log.h" -#include "exec/cpu_ldst.h" -#include "exec/exec-all.h" +#include "target/ppc/cpu.h" +#include "accel/tcg/cpu-ldst.h" #include "exec/helper-proto.h" #include "system/runstate.h" |