Changeset 2cb202e in mainline


Ignore:
Timestamp:
2006-02-20T23:21:47Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a82695c
Parents:
afffa1e
Message:

Fix float32 → unsigned long conversion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • softfloat/generic/softfloat.c

    rafffa1e r2cb202e  
    210210        fa.f = a;
    211211       
    212         return float32_to_long(fa);
     212        return float32_to_ulong(fa);
    213213}
    214214unsigned long __fixunsdfdi(double a)
Note: See TracChangeset for help on using the changeset viewer.