Changeset 36aee474 in mainline


Ignore:
Timestamp:
2005-12-09T00:44:33Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b5440cf
Parents:
7afd2aca
Message:

Small softfloat.c addFloat32() bugfix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • softfloat/generic/softfloat.c

    r7afd2aca r36aee474  
    135135        };
    136136       
     137        if (expdiff>24) {
     138             goto done;
     139             };
     140       
    137141        mant2>>=expdiff;
    138142        mant1+=mant2;
Note: See TracChangeset for help on using the changeset viewer.