]> Git Repo - qemu.git/blobdiff - target-unicore32/op_helper.c
Merge remote-tracking branch 'sstabellini/xen-2013-09-25' into staging
[qemu.git] / target-unicore32 / op_helper.c
index b8172ba6823e7cc03ec8a93d1b8ccba980f08fcc..4f9f41eb36bf17521a66a12ec0d8bd85ee8d96b8 100644 (file)
@@ -239,19 +239,21 @@ uint32_t HELPER(ror_cc)(CPUUniCore32State *env, uint32_t x, uint32_t i)
 }
 
 #ifndef CONFIG_USER_ONLY
+#include "exec/softmmu_exec.h"
+
 #define MMUSUFFIX _mmu
 
 #define SHIFT 0
-#include "softmmu_template.h"
+#include "exec/softmmu_template.h"
 
 #define SHIFT 1
-#include "softmmu_template.h"
+#include "exec/softmmu_template.h"
 
 #define SHIFT 2
-#include "softmmu_template.h"
+#include "exec/softmmu_template.h"
 
 #define SHIFT 3
-#include "softmmu_template.h"
+#include "exec/softmmu_template.h"
 
 void tlb_fill(CPUUniCore32State *env, target_ulong addr, int is_write,
               int mmu_idx, uintptr_t retaddr)
This page took 0.024177 seconds and 4 git commands to generate.