mirror of https://github.com/YosysHQ/yosys.git
Put dummy reference to empty idstring in yosys_shutdown()
This commit is contained in:
parent
2f1e6aa256
commit
d72a666440
|
@ -420,6 +420,9 @@ void yosys_shutdown()
|
|||
loaded_plugins.clear();
|
||||
loaded_plugin_aliases.clear();
|
||||
#endif
|
||||
|
||||
IdString empty_id;
|
||||
IdString::put_reference(empty_id.index_);
|
||||
}
|
||||
|
||||
RTLIL::IdString new_id(std::string file, int line, std::string func)
|
||||
|
|
Loading…
Reference in New Issue