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.
|
|
|
http://www.nabble.com/PATCH:-Use-short-for-fnstsw-td14775171.html
|
|
|
|
--- ./sysdeps/i386/fpu/ftestexcept.c.orig 2008-06-18 23:13:34.000000000 +0200
|
|
+++ ./sysdeps/i386/fpu/ftestexcept.c 2008-06-18 23:13:46.000000000 +0200
|
|
@@ -26,7 +26,7 @@
|
|
int
|
|
fetestexcept (int excepts)
|
|
{
|
|
- int temp;
|
|
+ short temp;
|
|
int xtemp = 0;
|
|
|
|
/* Get current exceptions. */
|