mirror of
https://github.com/YosysHQ/yosys
synced 2025-05-11 09:44:44 +00:00
fixup! fixup! ast: add GC for dev debugging
This commit is contained in:
parent
0d8ea6f8c3
commit
6d8cb33512
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ namespace AST_INTERNAL
|
|||
AST::AstNode *original_ast = nullptr);
|
||||
}
|
||||
|
||||
#define ASTNODE_GC
|
||||
#undef ASTNODE_GC
|
||||
#ifdef ASTNODE_GC
|
||||
struct Tagger {
|
||||
std::set<AST::AstNode*> nodes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue