patch-2.4.4 linux/arch/i386/math-emu/get_address.c
Next file: linux/arch/i386/math-emu/load_store.c
Previous file: linux/arch/i386/math-emu/fpu_trig.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Apr 6 10:42:47 2001
- Orig file:
v2.4.3/linux/arch/i386/math-emu/get_address.c
- Orig date:
Mon Jun 19 12:56:08 2000
diff -u --recursive --new-file v2.4.3/linux/arch/i386/math-emu/get_address.c linux/arch/i386/math-emu/get_address.c
@@ -143,7 +143,7 @@
EXCEPTION(EX_INTERNAL|0x130);
math_abort(FPU_info,SIGSEGV);
}
-#endif PARANOID
+#endif /* PARANOID */
addr->selector = VM86_REG_(segment);
return (unsigned long)VM86_REG_(segment) << 4;
}
@@ -166,7 +166,7 @@
EXCEPTION(EX_INTERNAL|0x132);
math_abort(FPU_info,SIGSEGV);
}
-#endif PARANOID
+#endif /* PARANOID */
switch ( segment )
{
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)