dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/support decimal.c,1.3,1.4


From: Jonathan Springer <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/support decimal.c,1.3,1.4
Date: Tue, 18 Feb 2003 22:27:00 -0500

Update of /cvsroot/dotgnu-pnet/pnet/support
In directory subversions:/tmp/cvs-serv27340/support

Modified Files:
        decimal.c 
Log Message:


Decimal division bug.


Index: decimal.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/support/decimal.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** decimal.c   24 Jan 2002 04:31:43 -0000      1.3
--- decimal.c   19 Feb 2003 03:26:58 -0000      1.4
***************
*** 758,762 ****
  
        /* Expand valuea to a 228-bit value, shifted up by 29 places */
!       tempa[0] = tempa[1] = tempa[2] = tempb[3] = 0;
        tempa[4] = valuea->high;
        tempa[5] = valuea->middle;
--- 758,762 ----
  
        /* Expand valuea to a 228-bit value, shifted up by 29 places */
!       tempa[0] = tempa[1] = tempa[2] = tempa[3] = 0;
        tempa[4] = valuea->high;
        tempa[5] = valuea->middle;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]