X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=target-xtensa%2Fop_helper.c;h=cf970257dbfb1d18d735e949ad285caf1d7e8ba2;hb=b1669e5e321a0a96a07ec1f7a82ce8f4b25ddfd5;hp=01123af70734a8d8ae524cb15f1f3ac12e5a62f9;hpb=701e3a5cc02fd52ba59894781e78d433ec043772;p=qemu.git diff --git a/target-xtensa/op_helper.c b/target-xtensa/op_helper.c index 01123af70..cf970257d 100644 --- a/target-xtensa/op_helper.c +++ b/target-xtensa/op_helper.c @@ -28,6 +28,7 @@ #include "cpu.h" #include "helper.h" #include "qemu/host-utils.h" +#include "exec/softmmu_exec.h" static void do_unaligned_access(CPUXtensaState *env, target_ulong addr, int is_write, int is_user, uintptr_t retaddr);