Commit dbd02bdf797ea006d0c509439fc550939112e635
1 parent
ba7cd150
removed unused code
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4446 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
2 changed files
with
0 additions
and
7 deletions
dyngen-exec.h
target-i386/cpu.h
| ... | ... | @@ -518,12 +518,6 @@ typedef struct CPUX86State { |
| 518 | 518 | /* emulator internal variables */ |
| 519 | 519 | float_status fp_status; |
| 520 | 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 | 522 | float_status mmx_status; /* for 3DNow! float ops */ |
| 529 | 523 | float_status sse_status; | ... | ... |