Explorar o código

- use a 16bit value for fnstsw as required by newer binutils.

Bernhard Reutner-Fischer %!s(int64=18) %!d(string=hai) anos
pai
achega
f1459b1320
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libm/i386/ftestexcept.c

+ 1 - 1
libm/i386/ftestexcept.c

@@ -24,7 +24,7 @@
 int
 fetestexcept (int excepts)
 {
-  int temp;
+  short temp;
   int xtemp = 0;
 
   /* Get current exceptions.  */