Commit dbd02bdf797ea006d0c509439fc550939112e635

Authored by bellard
1 parent ba7cd150

removed unused code

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4446 c046a42c-6fe2-441c-8c8c-71466251a162
dyngen-exec.h
@@ -167,7 +167,6 @@ extern int printf(const char *, ...); @@ -167,7 +167,6 @@ extern int printf(const char *, ...);
167 #define AREG11 "l7" 167 #define AREG11 "l7"
168 #endif 168 #endif
169 #endif 169 #endif
170 -#define USE_FP_CONVERT  
171 #elif defined(__s390__) 170 #elif defined(__s390__)
172 #define AREG0 "r10" 171 #define AREG0 "r10"
173 #define AREG1 "r7" 172 #define AREG1 "r7"
target-i386/cpu.h
@@ -518,12 +518,6 @@ typedef struct CPUX86State { @@ -518,12 +518,6 @@ typedef struct CPUX86State {
518 /* emulator internal variables */ 518 /* emulator internal variables */
519 float_status fp_status; 519 float_status fp_status;
520 CPU86_LDouble ft0; 520 CPU86_LDouble ft0;
521 - union {  
522 - float f;  
523 - double d;  
524 - int i32;  
525 - int64_t i64;  
526 - } fp_convert;  
527 521
528 float_status mmx_status; /* for 3DNow! float ops */ 522 float_status mmx_status; /* for 3DNow! float ops */
529 float_status sse_status; 523 float_status sse_status;