aboutsummaryrefslogtreecommitdiffstats
path: root/fpu/softfloat.h
diff options
context:
space:
mode:
Diffstat (limited to 'fpu/softfloat.h')
-rw-r--r--fpu/softfloat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fpu/softfloat.h b/fpu/softfloat.h
index 9d82694..636591b 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