1
0
mirror of synced 2026-03-27 18:50:03 +00:00

Merge pull request #5750 from calewis/return_things

Fix missing return in NDEBUG case
This commit is contained in:
KrystalDelusion
2026-03-13 22:07:28 +00:00
committed by GitHub

View File

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