Ignore:
Timestamp:
2012-10-04T22:14:00Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
be1dcc26
Parents:
466e95f7
Message:

Fix a wrong index in softfloat1 test and a couple of cstyle softfloat fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/float/softfloat1.c

    r466e95f7 rfaa45c17  
    7070                       
    7171                        sa.val = float_op_a[i];
    72                         sb.val = float_op_b[i];
     72                        sb.val = float_op_b[j];
    7373                        sc.data = add_float(sa.data, sb.data);
    7474                       
Note: See TracChangeset for help on using the changeset viewer.