Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main.cc

    r3d26610 raf84a35  
    1010// Created On       : Fri May 15 23:12:02 2015
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed May 30 17:53:14 2018
    13 // Update Count     : 496
     12// Last Modified On : Wed Jun  6 15:51:47 2018
     13// Update Count     : 498
    1414//
    1515
     
    157157                 << "." << endl;
    158158        backtrace( 2 );                                                                         // skip first 2 stack frames
    159         exit( EXIT_FAILURE );
     159        //_exit( EXIT_FAILURE );
     160        abort();
    160161} // sigSegvBusHandler
    161162
     
    264265                } // if
    265266
    266                 PASS( "mutate", ControlStruct::mutate( translationUnit ) );
     267                PASS( "fixLabels", ControlStruct::fixLabels( translationUnit ) );
    267268                PASS( "fixNames", CodeGen::fixNames( translationUnit ) );
    268269                PASS( "genInit", InitTweak::genInit( translationUnit ) );
Note: See TracChangeset for help on using the changeset viewer.