Commit a318e7ea by Alan Mishchenko

Fixing some update gcc.

parent ee1bd8f0
...@@ -388,7 +388,7 @@ static inline Ses_Store_t * Ses_StoreAlloc( int nBTLimit, int fMakeAIG, int fVer ...@@ -388,7 +388,7 @@ static inline Ses_Store_t * Ses_StoreAlloc( int nBTLimit, int fMakeAIG, int fVer
pStore->fMakeAIG = fMakeAIG; pStore->fMakeAIG = fMakeAIG;
pStore->fVerbose = fVerbose; pStore->fVerbose = fVerbose;
pStore->nBTLimit = nBTLimit; 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(); pStore->pSat = sat_solver_new();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment