Changes in sources/src/module_hierarchy.cc [27:17]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/src/module_hierarchy.cc
r27 r17 36 36 #include "module_hierarchy.h" 37 37 #include "sc_module.h" 38 #include <cassert>38 #include "assert.h" 39 39 #include <map> 40 #ifdef HAVE_CONFIG_H41 #include "config.h"42 #endif43 40 #include <cstdlib> 44 41 #include <cstring> … … 76 73 return; //obj_list = &top_level_objects; 77 74 else { 78 assert(parent != &obj);75 ASSERT(parent != &obj); 79 76 const sc_object *pobj = (const sc_module *) parent; 80 77 obj_list = &(object2childs[pobj]);
Note: See TracChangeset
for help on using the changeset viewer.