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

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