diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-03-13 16:55:58 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2005-03-13 16:55:58 +0000 |
commit | 20495218834824723ef81306c6e1fd27fc3ae560 (patch) | |
tree | d1113078c7c59ff8a6ab70f92aaf7aa05d2800af /target-arm/nwfpe/fpa11.h | |
parent | 158142c2c2df728cfa3b5320c65534921a764f26 (diff) |
use the generic soft float code
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1333 c046a42c-6fe2-441c-8c8c-71466251a162
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; |