patch-2.1.3 linux/arch/i386/math-emu/reg_norm.S
Next file: linux/arch/i386/math-emu/reg_round.S
Previous file: linux/arch/i386/math-emu/fpu_proto.h
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Thu Oct 10 16:01:12 1996
-  Orig file: 
v2.1.2/linux/arch/i386/math-emu/reg_norm.S
-  Orig date: 
Thu Oct  5 15:30:43 1995
diff -u --recursive --new-file v2.1.2/linux/arch/i386/math-emu/reg_norm.S linux/arch/i386/math-emu/reg_norm.S
@@ -30,7 +30,7 @@
 	je	L_ok
 
 	pushl	$0x220
-	call	SYMBOL_NAME(exception)
+	call	SYMBOL_NAME(FPU_exception)
 	addl	$4,%esp
 
 L_ok:
@@ -107,7 +107,7 @@
 	je	L_ok_nuo
 
 	pushl	$0x221
-	call	SYMBOL_NAME(exception)
+	call	SYMBOL_NAME(FPU_exception)
 	addl	$4,%esp
 
 L_ok_nuo:
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov