Commit df2bce1e by Alan Mishchenko

Fixing compilication problem related to Abc_TtVerifySmallTruth().

parent 390adc39
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment