Changeset e6910c8 in mainline for uspace/app/pcc/cc/ccom/pftn.c


Ignore:
Timestamp:
2011-07-13T22:40:08Z (14 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b9a46fc
Parents:
e4f8c77
Message:

Update config.h and fix bug in ccom.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/pcc/cc/ccom/pftn.c

    re4f8c77 re6910c8  
    11401140
    11411141        ap = attr_find(apl, ATTR_BASETYP);
     1142       
     1143        if (ap == NULL) {
     1144                cerror("unknown type");
     1145                return SZINT;
     1146        }
     1147       
    11421148        sz = ap->atypsz;
    11431149       
Note: See TracChangeset for help on using the changeset viewer.