mirror of https://github.com/YosysHQ/abc.git
Fixing compilication problem related to Abc_TtVerifySmallTruth().
This commit is contained in:
parent
390adc39ca
commit
df2bce1e40
|
|
@ -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
|
#ifndef NDEBUG
|
||||||
if (nVars < 6) {
|
if (nVars < 6) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue