1
0
mirror of synced 2026-03-27 02:34:14 +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:51:49 +00:00
parent 4716f4410f
commit 4251cd69ed

View File

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