mirror of https://github.com/YosysHQ/yosys.git
Fix missing return in NDEBUG case
Signed-off-by: Drew Lewis <cannada@google.com>
This commit is contained in:
parent
4716f4410f
commit
4251cd69ed
|
|
@ -178,8 +178,8 @@ struct ModIndex : public RTLIL::Monitor
|
|||
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
||||
void check()
|
||||
|
|
|
|||
Loading…
Reference in New Issue