]> Git Repo - qemu.git/blobdiff - target-arm/translate.c
target-mips: add unions to access DSP elements
[qemu.git] / target-arm / translate.c
index 3cf36045177dd3d73b16de524b41842af80c9acc..724e00f7cf278f8a130c3df0682318374aaeee44 100644 (file)
@@ -25,9 +25,9 @@
 #include <inttypes.h>
 
 #include "cpu.h"
-#include "disas.h"
+#include "disas/disas.h"
 #include "tcg-op.h"
-#include "qemu-log.h"
+#include "qemu/log.h"
 
 #include "helper.h"
 #define GEN_HELPER 1
@@ -98,7 +98,7 @@ static TCGv_i32 cpu_exclusive_info;
 static TCGv cpu_F0s, cpu_F1s;
 static TCGv_i64 cpu_F0d, cpu_F1d;
 
-#include "gen-icount.h"
+#include "exec/gen-icount.h"
 
 static const char *regnames[] =
     { "r0", "r1", "r2", "r3", "r4", "r5", "r6", "r7",
This page took 0.025396 seconds and 4 git commands to generate.