Put dummy reference to empty idstring in yosys_shutdown()

This commit is contained in:
Clifford Wolf 2014-12-29 21:26:15 +01:00
parent 2f1e6aa256
commit d72a666440
1 changed files with 3 additions and 0 deletions

View File

@ -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)