diff options
Diffstat (limited to 'target-arm/nwfpe/fpa11.h')
-rw-r--r-- | target-arm/nwfpe/fpa11.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target-arm/nwfpe/fpa11.h b/target-arm/nwfpe/fpa11.h index 389c02986b..668393cff5 100644 --- a/target-arm/nwfpe/fpa11.h +++ b/target-arm/nwfpe/fpa11.h @@ -83,6 +83,7 @@ typedef struct tagFPA11 { so we can use it to detect whether this instance of the emulator needs to be initialised. */ + float_status fp_status; /* QEMU float emulator status */ } FPA11; extern FPA11* qemufpa; |