removed unused code
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 12 May 2008 22:03:14 +0000 (22:03 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 12 May 2008 22:03:14 +0000 (22:03 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4446 c046a42c-6fe2-441c-8c8c-71466251a162

dyngen-exec.h
target-i386/cpu.h

index 1cccec809108ccf212bdb2f8e2913580c5341356..a35812c6cc485877a65693e2d09822209e1fbd6d 100644 (file)
@@ -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"
index 235e209b3985e3aa7c8f574e662aa0f965eb5897..5c3e7cbadbcc19462fd0e156f7f2cbd6542b7a86 100644 (file)
@@ -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;