ソースを参照

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

Bernhard Reutner-Fischer 16 年 前
コミット
f1459b1320
1 ファイル変更1 行追加1 行削除
  1. 1 1
      libm/i386/ftestexcept.c

+ 1 - 1
libm/i386/ftestexcept.c

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