[gforth] / gforth / prim  

gforth: gforth/prim

Diff for /gforth/prim between version 1.167 and 1.168

version 1.167, Fri Jan 28 21:36:45 2005 UTC version 1.168, Sat Jan 29 13:31:51 2005 UTC
Line 857 
Line 857 
 #endif  #endif
 #ifdef BUGGY_LL_DIV  #ifdef BUGGY_LL_DIV
 DCell r = fmdiv(d,n3);  DCell r = fmdiv(d,n3);
 n4=DHI(r);  n4=DLO(r);
 #else  #else
 /* assumes that the processor uses either floored or symmetric division */  /* assumes that the processor uses either floored or symmetric division */
 n4 = d/n3;  n4 = d/n3;


Generate output suitable for use with a patch program
Legend:
Removed from v.1.167  
changed lines
  Added in v.1.168

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help