summaryrefslogtreecommitdiff
path: root/libm/i386
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-04-04 10:04:41 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2008-04-04 10:04:41 +0000
commitf1459b13206cee20f322a53bb659a8735e2c8de0 (patch)
treefefe57b61286bbe18eac833e1692a00b6ed3eb0a /libm/i386
parentf8cf935fe40bb9af340a4eb468454bf01e2ce287 (diff)
- use a 16bit value for fnstsw as required by newer binutils.
Diffstat (limited to 'libm/i386')
-rw-r--r--libm/i386/ftestexcept.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libm/i386/ftestexcept.c b/libm/i386/ftestexcept.c
index ad6bf8954..f45beced9 100644
--- a/libm/i386/ftestexcept.c
+++ b/libm/i386/ftestexcept.c
@@ -24,7 +24,7 @@
int
fetestexcept (int excepts)
{
- int temp;
+ short temp;
int xtemp = 0;
/* Get current exceptions. */