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
1 changed files with 1 additions and 1 deletions

View File

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