diff options
Diffstat (limited to 'target-sh4/cpu.h')
-rw-r--r-- | target-sh4/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-sh4/cpu.h b/target-sh4/cpu.h index 4f25b6cafa..5290dd2642 100644 --- a/target-sh4/cpu.h +++ b/target-sh4/cpu.h @@ -99,6 +99,7 @@ typedef struct CPUSH4State { /* temporary float registers */ float32 ft0, ft1; float64 dt0, dt1; + float_status fp_status; /* Those belong to the specific unit (SH7750) but are handled here */ uint32_t mmucr; /* MMU control register */ |