mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-02 23:28:00 +00:00
Fix missing return in NDEBUG case
Signed-off-by: Drew Lewis <cannada@google.com>
This commit is contained in:
parent
4716f4410f
commit
4251cd69ed
1 changed files with 1 additions and 1 deletions
|
|
@ -178,8 +178,8 @@ struct ModIndex : public RTLIL::Monitor
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
return true;
|
|
||||||
#endif
|
#endif
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void check()
|
void check()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue