Convert rest of ops using float32 to TCG, remove FT0 and FT1
[qemu] / target-sparc / cpu.h
index e24031a..42df2a7 100644 (file)
@@ -303,7 +303,6 @@ typedef struct CPUSPARCState {
     uint64_t prom_addr;
 #endif
     /* temporary float registers */
-    float32 ft0, ft1;
     float64 dt0, dt1;
     float128 qt0, qt1;
     float_status fp_status;