mirror of https://github.com/YosysHQ/abc.git
Merge branch 'master' of https://github.com/berkeley-abc/abc
This commit is contained in:
commit
a103358ae2
|
|
@ -8025,7 +8025,7 @@ int Abc_CommandExact( Abc_Frame_t * pAbc, int argc, char ** argv )
|
||||||
if ( argc == globalUtilOptind )
|
if ( argc == globalUtilOptind )
|
||||||
goto usage;
|
goto usage;
|
||||||
|
|
||||||
memset( pTruth, 0, 64 );
|
memset( pTruth, 0, 64 * sizeof(word) );
|
||||||
while ( globalUtilOptind < argc )
|
while ( globalUtilOptind < argc )
|
||||||
{
|
{
|
||||||
if ( nFunc == 16 )
|
if ( nFunc == 16 )
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue