Fixing compilication problem related to Abc_TtVerifySmallTruth().

This commit is contained in:
Alan Mishchenko 2019-09-26 08:46:24 -07:00
parent 390adc39ca
commit df2bce1e40
1 changed files with 1 additions and 1 deletions

View File

@ -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) {