diff options
Diffstat (limited to 'target-sh4/cpu.h')
-rw-r--r-- | target-sh4/cpu.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/target-sh4/cpu.h b/target-sh4/cpu.h index 021aced344..01c2a079de 100644 --- a/target-sh4/cpu.h +++ b/target-sh4/cpu.h @@ -98,9 +98,7 @@ typedef struct CPUSH4State { uint32_t fpscr; /* floating point status/control register */ uint32_t fpul; /* floating point communication register */ - /* temporary float registers */ - float32 ft0, ft1; - float64 dt0, dt1; + /* float point status register */ float_status fp_status; /* Those belong to the specific unit (SH7750) but are handled here */ |