Merge pull request #5750 from calewis/return_things
Fix missing return in NDEBUG case
This commit is contained in:
@@ -178,8 +178,8 @@ struct ModIndex : public RTLIL::Monitor
|
||||
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
||||
void check()
|
||||
|
||||
Reference in New Issue
Block a user