Changeset 59 for sources/src/gen_code.cc


Ignore:
Timestamp:
Feb 6, 2017, 11:35:42 AM (7 years ago)
Author:
meunier
Message:
  • Fixed memory leaks
  • Fixed indentation in some files
File:
1 edited

Legend:

Unmodified
Added
Removed
  • sources/src/gen_code.cc

    r57 r59  
    582582    SC_ENTRY_FUNC func = m.func;
    583583    //  CASC_ENTRY_FUNC   func = reinterpret_cast<CASC_ENTRY_FUNC> (m.func);
     584    // QM
     585    //cerr << "Exec " << mod->name() << "->" << m.name << endl;
    584586    (mod->*func) ();
    585587}
Note: See TracChangeset for help on using the changeset viewer.