mirror of https://github.com/YosysHQ/abc.git
Added missing `static`.
This commit is contained in:
parent
6b554f10b8
commit
e28a691b80
|
|
@ -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