3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-05-13 10:44:45 +00:00

fixup! rtlil: less sketchy IdString interner lifetime

This commit is contained in:
Emil J. Tywoniak 2025-04-24 11:42:17 +02:00
parent 6e91f402df
commit 272b7fa697
2 changed files with 2 additions and 2 deletions

View file

@ -185,7 +185,7 @@ void yosys_setup()
if(already_setup)
return;
already_setup = true;
(void)Interner::instance();
(void)Interner::get();
#ifdef WITH_PYTHON
// With Python 3.12, calling PyImport_AppendInittab on an already