patch-2.4.0-test12 linux/arch/m68k/fpsp040/util.S
Next file: linux/arch/m68k/fpsp040/x_store.S
Previous file: linux/arch/m68k/fpsp040/get_op.S
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Mon Nov 27 17:11:26 2000
- Orig file:
v2.4.0-test11/linux/arch/m68k/fpsp040/util.S
- Orig date:
Fri Apr 26 02:12:35 1996
diff -u --recursive --new-file v2.4.0-test11/linux/arch/m68k/fpsp040/util.S linux/arch/m68k/fpsp040/util.S
@@ -138,20 +138,20 @@
|
ovf_fsgl:
clrl %d0
- bras ovf_res
+ bra ovf_res
ovff_sgl:
movel #0x00000001,%d0 |set single
- bras ovf_res
+ bra ovf_res
ovff_dbl:
movel #0x00000002,%d0 |set double
- bras ovf_res
+ bra ovf_res
|
| The precision is in the fpcr.
|
ovf_fpcr:
bfextu FPCR_MODE(%a6){#0:#2},%d0 |set round precision
- bras ovf_res
+ bra ovf_res
|
|
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)