mirror of https://github.com/YosysHQ/abc.git
C++ compiler typecast problem.
This commit is contained in:
parent
095cf5e8b6
commit
4f2d2e0e96
|
|
@ -33442,7 +33442,7 @@ int Abc_CommandAbc9Mf( Abc_Frame_t * pAbc, int argc, char ** argv )
|
|||
return 1;
|
||||
}
|
||||
if ( pPars->fGenCnf )
|
||||
Cnf_DataFree( pAbc->pGia->pData ), pAbc->pGia->pData = NULL;
|
||||
Cnf_DataFree( (Cnf_Dat_t*)pAbc->pGia->pData ), pAbc->pGia->pData = NULL;
|
||||
Abc_FrameUpdateGia( pAbc, pNew );
|
||||
return 0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue