summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dyngen-exec.h1
-rw-r--r--target-i386/cpu.h6
2 files changed, 0 insertions, 7 deletions
diff --git a/dyngen-exec.h b/dyngen-exec.h
index 1cccec8091..a35812c6cc 100644
--- a/dyngen-exec.h
+++ b/dyngen-exec.h
@@ -167,7 +167,6 @@ extern int printf(const char *, ...);
#define AREG11 "l7"
#endif
#endif
-#define USE_FP_CONVERT
#elif defined(__s390__)
#define AREG0 "r10"
#define AREG1 "r7"
diff --git a/target-i386/cpu.h b/target-i386/cpu.h
index 235e209b39..5c3e7cbadb 100644
--- a/target-i386/cpu.h
+++ b/target-i386/cpu.h
@@ -518,12 +518,6 @@ typedef struct CPUX86State {
/* emulator internal variables */
float_status fp_status;
CPU86_LDouble ft0;
- union {
- float f;
- double d;
- int i32;
- int64_t i64;
- } fp_convert;
float_status mmx_status; /* for 3DNow! float ops */
float_status sse_status;