diff options
Diffstat (limited to 'target/avr/helper.c')
-rw-r--r-- | target/avr/helper.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/avr/helper.c b/target/avr/helper.c index f23fa3e..afa5914 100644 --- a/target/avr/helper.c +++ b/target/avr/helper.c @@ -26,7 +26,8 @@ #include "accel/tcg/getpc.h" #include "exec/cputlb.h" #include "exec/page-protection.h" -#include "exec/cpu_ldst.h" +#include "exec/target_page.h" +#include "accel/tcg/cpu-ldst.h" #include "exec/helper-proto.h" bool avr_cpu_exec_interrupt(CPUState *cs, int interrupt_request) |