]> Git Repo - qemu.git/blobdiff - target-i386/fpu_helper.c
softmmu: introduce cpu_ldst.h
[qemu.git] / target-i386 / fpu_helper.c
index a04e754e61cd5f35db219534045e58344187f82d..1b2900d5d2f0d07eb6aa10ef7d72d6b31bd84cc9 100644 (file)
 #include "exec/helper-proto.h"
 #include "qemu/aes.h"
 #include "qemu/host-utils.h"
-
-#if !defined(CONFIG_USER_ONLY)
-#include "exec/softmmu_exec.h"
-#endif /* !defined(CONFIG_USER_ONLY) */
+#include "exec/cpu_ldst.h"
 
 #define FPU_RC_MASK         0xc00
 #define FPU_RC_NEAR         0x000
This page took 0.023224 seconds and 4 git commands to generate.