Fix missing return in NDEBUG case
Signed-off-by: Drew Lewis <cannada@google.com>
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