mirror of https://github.com/YosysHQ/abc.git
commit
9e419f538f
|
|
@ -302,7 +302,7 @@ void Abc_TtNormalizeSmallTruth(word * pTruth, int nVars)
|
|||
}
|
||||
}
|
||||
|
||||
inline void Abc_TtVerifySmallTruth(word * pTruth, int nVars)
|
||||
static inline void Abc_TtVerifySmallTruth(word * pTruth, int nVars)
|
||||
{
|
||||
#ifndef NDEBUG
|
||||
if (nVars < 6) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue