patch-2.4.4 linux/arch/arm/nwfpe/fpa11.c
Next file: linux/arch/arm/nwfpe/fpa11.inl
Previous file: linux/arch/arm/nwfpe/extended_cpdo.c
Back to the patch index
Back to the overall index
-  Lines: 19
-  Date:
Wed Apr 11 19:02:27 2001
-  Orig file: 
v2.4.3/linux/arch/arm/nwfpe/fpa11.c
-  Orig date: 
Wed Oct 20 16:29:08 1999
diff -u --recursive --new-file v2.4.3/linux/arch/arm/nwfpe/fpa11.c linux/arch/arm/nwfpe/fpa11.c
@@ -1,6 +1,6 @@
 /*
     NetWinder Floating Point Emulator
-    (c) Rebel.com, 1998-1999
+    (c) Rebel.COM, 1998,1999
 
     Direct questions, comments to Scott Bambrough <scottb@netwinder.org>
 
@@ -46,8 +46,8 @@
     fpa11->fType[i] = typeNone;
   }
   
-  /* FPSR: set system id to FP_EMULATOR, clear all other bits */
-  fpa11->fpsr = FP_EMULATOR;
+  /* FPSR: set system id to FP_EMULATOR, set AC, clear all other bits */
+  fpa11->fpsr = FP_EMULATOR | BIT_AC;
   
   /* FPCR: set SB, AB and DA bits, clear all others */
 #if MAINTAIN_FPCR
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)