X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=target-cris%2Ftranslate.c;h=09e6011ea4751ffc4a0317a8e9c3a6a62b4100a3;hb=27dd7730582be85c7d4f680f5f71146629809c86;hp=60bdc241ef0720c73ae59bf1c9c9c4c0940b613d;hpb=536b558f5896ebbd635b57fa393e82faaa32ad52;p=qemu.git diff --git a/target-cris/translate.c b/target-cris/translate.c index 60bdc241e..09e6011ea 100644 --- a/target-cris/translate.c +++ b/target-cris/translate.c @@ -24,7 +24,7 @@ */ #include "cpu.h" -#include "disas.h" +#include "disas/disas.h" #include "tcg-op.h" #include "helper.h" #include "mmu.h" @@ -70,7 +70,7 @@ static TCGv env_btaken; static TCGv env_btarget; static TCGv env_pc; -#include "gen-icount.h" +#include "exec/gen-icount.h" /* This is the state at translation time. */ typedef struct DisasContext {