3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-08 02:15:20 +00:00

Fixed release build

This commit is contained in:
Clifford Wolf 2014-07-23 21:38:18 +02:00
parent 375aa71dfe
commit 95ac484548

View file

@ -1291,8 +1291,10 @@ RTLIL::Memory::Memory()
void RTLIL::Cell::check()
{
#ifndef NDEBUG
InternalCellChecker checker(NULL, this);
checker.check();
#endif
}
RTLIL::SigChunk::SigChunk()