removed unused code

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4446 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
bellard 2008-05-12 22:03:14 +00:00
parent ba7cd150ff
commit dbd02bdf79
2 changed files with 0 additions and 7 deletions

View 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"

View 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;