Changes in / [a554e5f4:c4f81702]


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/ControlStruct/MLEMutator.cc

    ra554e5f4 rc4f81702  
    6666
    6767        // break labels have to come after the statement they break out of, so mutate a statement, then if they inform us
    68         // through the breakLabel field that they need a place to jump to on a break statement, add the break label to the
     68        // through the breakLabel field tha they need a place to jump to on a break statement, add the break label to the
    6969        // body of statements
    7070        void MultiLevelExitMutator::fixBlock( std::list< Statement * > &kids, bool caseClause ) {
  • tests/unified_locking/mutex_test.hfa

    ra554e5f4 rc4f81702  
    5454}
    5555
    56 void test() {
     56int test() {
    5757        uint32_t sum = -32;
    5858        mo.sum = -32;
Note: See TracChangeset for help on using the changeset viewer.