mirror of https://github.com/YosysHQ/abc.git
Compiler problem.
This commit is contained in:
parent
c861635cdd
commit
26bfd740b8
|
|
@ -1440,7 +1440,6 @@ static int Abc_NextPermSwapC(char * pData, signed char * pDir, int size)
|
|||
}
|
||||
|
||||
|
||||
typedef unsigned(*TtCanonicizeFunc)(Abc_TtHieMan_t * p, word * pTruth, int nVars, char * pCanonPerm, int flag);
|
||||
unsigned Abc_TtCanonicizeWrap(TtCanonicizeFunc func, Abc_TtHieMan_t * p, word * pTruth, int nVars, char * pCanonPerm, int flag)
|
||||
{
|
||||
int nWords = Abc_TtWordNum(nVars);
|
||||
|
|
|
|||
Loading…
Reference in New Issue