mirror of
https://github.com/YosysHQ/yosys.git
synced 2026-08-22 14:17:27 +02:00
Fixed cstr_buf for std::string with small string optimization
This commit is contained in:
@@ -61,7 +61,7 @@ struct BlifDumper
|
||||
{
|
||||
}
|
||||
|
||||
std::vector<std::string> cstr_buf;
|
||||
vector<shared_str> cstr_buf;
|
||||
|
||||
const char *cstr(RTLIL::IdString id)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user