mirror of https://github.com/YosysHQ/abc.git
Fixing compilication problem related to shiftFunc().
This commit is contained in:
parent
b292595062
commit
cdabd42a26
|
|
@ -369,7 +369,7 @@ int Abc_TtCountOnesInCofsSimple( word * pTruth, int nVars, int * pStore )
|
|||
}
|
||||
|
||||
// Shifted Cofactor Coefficient
|
||||
inline int shiftFunc(int ci)
|
||||
static inline int shiftFunc(int ci)
|
||||
//{ return ci * ci; }
|
||||
{ return 1 << ci; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue