diff options
Diffstat (limited to 'target-sparc/cpu.h')
-rw-r--r-- | target-sparc/cpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target-sparc/cpu.h b/target-sparc/cpu.h index 25b4f1a1dc..4eace33c47 100644 --- a/target-sparc/cpu.h +++ b/target-sparc/cpu.h @@ -463,7 +463,6 @@ typedef struct CPUSPARCState { uint64_t prom_addr; #endif /* temporary float registers */ - float64 dt0, dt1; float128 qt0, qt1; float_status fp_status; #if defined(TARGET_SPARC64) |