Changeset 38207b9 in mainline


Ignore:
Timestamp:
2005-09-01T17:46:26Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
60f6b7c
Parents:
399ccd9
Message:

Fixed missing semicolon;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/mips/src/fmath.c

    r399ccd9 r38207b9  
    123123        fmath_ld_union.ldd[7]=((fmath_ld_union.ldd[7])&0x7f)|(sign<<7); // change 64th bit (IA32 is a little endian)
    124124        return fmath_ld_union.bf;
    125 */      return 1.0
     125*/      return 1.0;
    126126}
    127127
Note: See TracChangeset for help on using the changeset viewer.