mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
355 B

  1. http://www.nabble.com/PATCH:-Use-short-for-fnstsw-td14775171.html
  2. --- ./sysdeps/i386/fpu/ftestexcept.c.orig 2008-06-18 23:13:34.000000000 +0200
  3. +++ ./sysdeps/i386/fpu/ftestexcept.c 2008-06-18 23:13:46.000000000 +0200
  4. @@ -26,7 +26,7 @@
  5. int
  6. fetestexcept (int excepts)
  7. {
  8. - int temp;
  9. + short temp;
  10. int xtemp = 0;
  11. /* Get current exceptions. */