patch-2.4.4 linux/arch/i386/math-emu/reg_compare.c
Next file: linux/arch/i386/math-emu/reg_constant.h
Previous file: linux/arch/i386/math-emu/poly_tan.c
Back to the patch index
Back to the overall index
- Lines: 36
- Date:
Fri Apr 6 10:42:47 2001
- Orig file:
v2.4.3/linux/arch/i386/math-emu/reg_compare.c
- Orig date:
Tue Dec 9 17:57:09 1997
diff -u --recursive --new-file v2.4.3/linux/arch/i386/math-emu/reg_compare.c linux/arch/i386/math-emu/reg_compare.c
@@ -136,7 +136,7 @@
#ifdef PARANOID
if (!(st0_ptr->sigh & 0x80000000)) EXCEPTION(EX_Invalid);
if (!(b->sigh & 0x80000000)) EXCEPTION(EX_Invalid);
-#endif PARANOID
+#endif /* PARANOID */
diff = exp0 - expb;
if ( diff == 0 )
@@ -203,7 +203,7 @@
EXCEPTION(EX_INTERNAL|0x121);
f = SW_C3 | SW_C2 | SW_C0;
break;
-#endif PARANOID
+#endif /* PARANOID */
}
setcc(f);
if (c & COMP_Denormal)
@@ -255,7 +255,7 @@
EXCEPTION(EX_INTERNAL|0x122);
f = SW_C3 | SW_C2 | SW_C0;
break;
-#endif PARANOID
+#endif /* PARANOID */
}
setcc(f);
if (c & COMP_Denormal)
@@ -312,7 +312,7 @@
EXCEPTION(EX_INTERNAL|0x123);
f = SW_C3 | SW_C2 | SW_C0;
break;
-#endif PARANOID
+#endif /* PARANOID */
}
setcc(f);
if (c & COMP_Denormal)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)