mirror of
https://github.com/YosysHQ/yosys
synced 2026-07-20 14:15:49 +00:00
Merge branch 'YosysHQ:main' into main
This commit is contained in:
commit
aa16191b80
3 changed files with 13 additions and 2 deletions
|
|
@ -411,7 +411,7 @@ struct RTLIL::IdString
|
|||
}
|
||||
|
||||
bool empty() const {
|
||||
return c_str()[0] == 0;
|
||||
return index_ == 0;
|
||||
}
|
||||
|
||||
void clear() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue