patch-2.2.18 linux/arch/m68k/fpsp040/util.S
Next file: linux/arch/m68k/fpsp040/x_store.S
Previous file: linux/arch/m68k/fpsp040/skeleton.S
Back to the patch index
Back to the overall index
-  Lines: 25
-  Date:
Fri Oct 13 23:30:47 2000
-  Orig file: 
v2.2.17/arch/m68k/fpsp040/util.S
-  Orig date: 
Fri Apr 21 12:45:46 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/arch/m68k/fpsp040/util.S linux/arch/m68k/fpsp040/util.S
@@ -138,20 +138,20 @@
 |
 ovf_fsgl:
 	clrl	%d0
-	bras	ovf_res
+	jra	ovf_res
 
 ovff_sgl:
 	movel	#0x00000001,%d0		|set single
-	bras	ovf_res
+	jra	ovf_res
 ovff_dbl:
 	movel	#0x00000002,%d0		|set double
-	bras	ovf_res
+	jra	ovf_res
 |
 | The precision is in the fpcr.
 |
 ovf_fpcr:
 	bfextu	FPCR_MODE(%a6){#0:#2},%d0 |set round precision
-	bras	ovf_res
+	jra	ovf_res
 	
 |
 |
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)