Fixing some update gcc.

This commit is contained in:
Alan Mishchenko 2019-07-25 09:33:36 +07:00
parent ee1bd8f0be
commit a318e7ea3d
1 changed files with 1 additions and 1 deletions

View File

@ -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();