Changeset faeb7cc in mainline


Ignore:
Timestamp:
2011-05-21T14:33:38Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
13f2461
Parents:
1b3e854
Message:

add additional RETURN_IF_ERRORs

Location:
uspace/app/tester/mm
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/mm/malloc1.c

    r1b3e854 rfaeb7cc  
    241241                                TPRINTF("A");
    242242                                fill_block(blk);
     243                                RETURN_IF_ERROR;
    243244                        }
    244245                       
  • uspace/app/tester/mm/malloc3.c

    r1b3e854 rfaeb7cc  
    232232                                TPRINTF("A");
    233233                                fill_block(blk);
     234                                RETURN_IF_ERROR;
    234235                               
    235236                                if ((mem_blocks_count % AREA_GRANULARITY) == 0) {
     
    240241                                                TPRINTF("*");
    241242                                                fill_area(area);
     243                                                RETURN_IF_ERROR;
    242244                                        } else
    243245                                                TPRINTF("F(*)");
Note: See TracChangeset for help on using the changeset viewer.