diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-12 22:03:14 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-05-12 22:03:14 +0000 |
commit | dbd02bdf797ea006d0c509439fc550939112e635 (patch) | |
tree | adf651a1cae00e0859ca01389d90ec7507f504fd /target-i386/cpu.h | |
parent | ba7cd150ff7617d1c9b491d6b9c25a1e74fdf708 (diff) | |
download | qemu-dbd02bdf797ea006d0c509439fc550939112e635.zip |
removed unused code
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4446 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-i386/cpu.h')
-rw-r--r-- | target-i386/cpu.h | 6 |
1 files changed, 0 insertions, 6 deletions
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; |