mirror of https://github.com/YosysHQ/abc.git
Fixing some update gcc.
This commit is contained in:
parent
ee1bd8f0be
commit
a318e7ea3d
|
|
@ -388,7 +388,7 @@ static inline Ses_Store_t * Ses_StoreAlloc( int nBTLimit, int fMakeAIG, int fVer
|
|||
pStore->fMakeAIG = fMakeAIG;
|
||||
pStore->fVerbose = fVerbose;
|
||||
pStore->nBTLimit = nBTLimit;
|
||||
memset( pStore->pEntries, 0, sizeof(char)*SES_STORE_TABLE_SIZE );
|
||||
memset( pStore->pEntries, 0, sizeof(pStore->pEntries) );
|
||||
|
||||
pStore->pSat = sat_solver_new();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue