mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 01:54:10 +00:00
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_plugins.clear();
|
||||||
loaded_plugin_aliases.clear();
|
loaded_plugin_aliases.clear();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
IdString empty_id;
|
||||||
|
IdString::put_reference(empty_id.index_);
|
||||||
}
|
}
|
||||||
|
|
||||||
RTLIL::IdString new_id(std::string file, int line, std::string func)
|
RTLIL::IdString new_id(std::string file, int line, std::string func)
|
||||||
|
|
Loading…
Reference in a new issue