3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-03-31 00:29:04 +00:00

Fix missing return in NDEBUG case

Signed-off-by: Drew Lewis <cannada@google.com>
This commit is contained in:
Drew Lewis 2026-03-13 19:44:34 +00:00
parent 4716f4410f
commit 0a6573d836
7 changed files with 6880 additions and 2 deletions

View file

@ -178,8 +178,8 @@ struct ModIndex : public RTLIL::Monitor
return false;
}
#endif // Return true unconditionally if NDEBUG
return true;
#endif
}
void check()