mirror of
https://github.com/YosysHQ/yosys
synced 2026-03-16 10:10:05 +00:00
Merge pull request #5750 from calewis/return_things
Fix missing return in NDEBUG case
This commit is contained in:
commit
1111a401f7
1 changed files with 1 additions and 1 deletions
|
|
@ -178,8 +178,8 @@ struct ModIndex : public RTLIL::Monitor
|
|||
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
||||
void check()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue