mirror of https://github.com/YosysHQ/abc.git
Cosmetic changes after incorporating new code of 'fxch'.
This commit is contained in:
parent
c5befad518
commit
9e4d24aa5d
|
|
@ -343,7 +343,7 @@ int Fxch_SCHashTableRemove( Fxch_SCHashTable_t* pSCHashTable,
|
|||
return 0;
|
||||
}
|
||||
|
||||
for ( (int)iNextEntry = pEntry->iNext; iNextEntry != (int)iEntry; iNextEntry = pNextEntry->iNext, fStart = 0 )
|
||||
for ( iNextEntry = (int)pEntry->iNext; iNextEntry != (int)iEntry; iNextEntry = pNextEntry->iNext, fStart = 0 )
|
||||
{
|
||||
int Base,
|
||||
iDiv;
|
||||
|
|
|
|||
Loading…
Reference in New Issue