aboutsummaryrefslogtreecommitdiffstats
path: root/fpu/softfloat.h
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2010-05-10 23:11:43 -0700
committerDavid 'Digit' Turner <digit@android.com>2010-05-11 17:54:55 -0700
commit1da50d3beb2a75f619fa56278cb195703361e261 (patch)
tree4989aea616bbe8fcc6dea14217c28f04d86d7ae7 /fpu/softfloat.h
parentb9317727862dd690cc67bb51f71991c404f9e4f6 (diff)
downloadexternal_qemu-1da50d3beb2a75f619fa56278cb195703361e261.zip
external_qemu-1da50d3beb2a75f619fa56278cb195703361e261.tar.gz
external_qemu-1da50d3beb2a75f619fa56278cb195703361e261.tar.bz2
Upstream: remove obsolete softfloat bits
Change-Id: If31cbe598bc7bd882800e25f90272f019d1ca9dc
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