patch-2.1.3 linux/arch/i386/math-emu/reg_round.S

Next file: linux/arch/i386/mm/fault.c
Previous file: linux/arch/i386/math-emu/reg_norm.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.2/linux/arch/i386/math-emu/reg_round.S linux/arch/i386/math-emu/reg_round.S
@@ -596,7 +596,7 @@
 	/* There must be a masked underflow */
 	push	%eax
 	pushl	EX_Underflow
-	call	SYMBOL_NAME(exception)
+	call	SYMBOL_NAME(FPU_exception)
 	popl	%eax
 	popl	%eax
 	jmp	xL_Normalised
@@ -613,7 +613,7 @@
 
 	push	%eax
 	pushl	EX_Underflow
-	call	SYMBOL_NAME(exception)
+	call	SYMBOL_NAME(FPU_exception)
 	popl	%eax
 	popl	%eax
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov