mirror of https://github.com/YosysHQ/yosys.git
Merge pull request #5750 from calewis/return_things
Fix missing return in NDEBUG case
This commit is contained in:
commit
1111a401f7
|
|
@ -178,8 +178,8 @@ struct ModIndex : public RTLIL::Monitor
|
|||
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
||||
void check()
|
||||
|
|
|
|||
Loading…
Reference in New Issue