patch-2.1.3 linux/arch/i386/math-emu/errors.c
Next file: linux/arch/i386/math-emu/exception.h
Previous file: linux/arch/i386/kernel/ksyms.c
Back to the patch index
Back to the overall index
- Lines: 45
- Date:
Thu Oct 10 16:01:11 1996
- Orig file:
v2.1.2/linux/arch/i386/math-emu/errors.c
- Orig date:
Mon May 6 16:31:17 1996
diff -u --recursive --new-file v2.1.2/linux/arch/i386/math-emu/errors.c linux/arch/i386/math-emu/errors.c
@@ -292,7 +292,7 @@
0x242 in div_Xsig.S
*/
-void exception(int n)
+void FPU_exception(int n)
{
int i, int_type;
@@ -482,7 +482,7 @@
}
else
{
- exception(flags);
+ EXCEPTION(flags);
return 1;
}
}
@@ -494,7 +494,7 @@
if ( control_word & CW_Precision )
partial_status |= (SW_Precision | SW_C1); /* The masked response */
else
- exception(EX_Precision | SW_C1);
+ EXCEPTION(EX_Precision | SW_C1);
}
@@ -508,7 +508,7 @@
partial_status |= SW_Precision;
}
else
- exception(EX_Precision);
+ EXCEPTION(EX_Precision);
}
@@ -521,7 +521,7 @@
}
else
{
- exception(EX_Denormal);
+ EXCEPTION(EX_Denormal);
return 1;
}
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov