]> Git Repo - qemu.git/blobdiff - target-moxie/helper.c
qemu-img: Print error if check failed
[qemu.git] / target-moxie / helper.c
index d1efdedf9dda71a8cdfb5a00383567bffdf3dfd3..6c98965b93201806d82d61ba088a44730339504d 100644 (file)
 #include "cpu.h"
 #include "mmu.h"
 #include "exec/exec-all.h"
-#include "exec/softmmu_exec.h"
+#include "exec/cpu_ldst.h"
 #include "qemu/host-utils.h"
 #include "exec/helper-proto.h"
 
-#define MMUSUFFIX _mmu
-
-#define SHIFT 0
-#include "exec/softmmu_template.h"
-
-#define SHIFT 1
-#include "exec/softmmu_template.h"
-
-#define SHIFT 2
-#include "exec/softmmu_template.h"
-
-#define SHIFT 3
-#include "exec/softmmu_template.h"
-
 /* Try to fill the TLB and return an exception if error. If retaddr is
    NULL, it means that the function was called in C code (i.e. not
    from generated code or from helper.c) */
This page took 0.023996 seconds and 4 git commands to generate.