diff options
Diffstat (limited to 'fpu')
-rw-r--r-- | fpu/softfloat.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fpu/softfloat.h b/fpu/softfloat.h index 9d8269411..636591b04 100644 --- a/fpu/softfloat.h +++ b/fpu/softfloat.h @@ -187,7 +187,6 @@ typedef struct float_status { signed char float_detect_tininess; signed char float_rounding_mode; signed char float_exception_flags; - signed char float_exception_mask; #ifdef FLOATX80 signed char floatx80_rounding_precision; #endif |