3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-06-06 06:03:23 +00:00

Added IdString::destruct_guard hack

This commit is contained in:
Clifford Wolf 2014-12-11 21:46:36 +01:00
parent df52eedb30
commit 7775d2806f
2 changed files with 14 additions and 0 deletions

View file

@ -27,6 +27,7 @@
YOSYS_NAMESPACE_BEGIN
RTLIL::IdString::destruct_guard_t RTLIL::IdString::destruct_guard;
std::vector<int> RTLIL::IdString::global_refcount_storage_;
std::vector<char*> RTLIL::IdString::global_id_storage_;
std::map<char*, int, RTLIL::IdString::char_ptr_cmp> RTLIL::IdString::global_id_index_;