diff options
Diffstat (limited to 'src/map/mapper/mapperTree_old.c')
-rw-r--r-- | src/map/mapper/mapperTree_old.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mapper/mapperTree_old.c b/src/map/mapper/mapperTree_old.c index d0acff12..1a76b267 100644 --- a/src/map/mapper/mapperTree_old.c +++ b/src/map/mapper/mapperTree_old.c @@ -167,7 +167,7 @@ int Map_LibraryReadFileTree( Map_SuperLib_t * pLib, FILE * pFile, char *pFileNam fclose( pFileGen ); // read the genlib library - pLib->pGenlib = Mio_LibraryRead( Abc_FrameGetGlobalFrame(), pLibFile, 0, 0 ); + pLib->pGenlib = Mio_LibraryRead( pLibFile, 0, 0 ); if ( pLib->pGenlib == NULL ) { printf( "Cannot read GENLIB file \"%s\".\n", pLibFile ); |