]> Git Repo - qemu.git/blobdiff - target-s390x/fpu_helper.c
softmmu: introduce cpu_ldst.h
[qemu.git] / target-s390x / fpu_helper.c
index d879ad63a16b9df31adce57e3aecb76c567398b5..b946ec1d5143c4e198b74f41c5e1644c7d2ffba1 100644 (file)
  */
 
 #include "cpu.h"
+#include "exec/cpu_ldst.h"
 #include "exec/helper-proto.h"
 
-#if !defined(CONFIG_USER_ONLY)
-#include "exec/softmmu_exec.h"
-#endif
-
 /* #define DEBUG_HELPER */
 #ifdef DEBUG_HELPER
 #define HELPER_LOG(x...) qemu_log(x)
This page took 0.023316 seconds and 4 git commands to generate.