summaryrefslogtreecommitdiffstats
path: root/src/map/mapper/mapperSuper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mapper/mapperSuper.c')
-rw-r--r--src/map/mapper/mapperSuper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/mapper/mapperSuper.c b/src/map/mapper/mapperSuper.c
index 58deddb7..7ade52fe 100644
--- a/src/map/mapper/mapperSuper.c
+++ b/src/map/mapper/mapperSuper.c
@@ -114,7 +114,7 @@ int Map_LibraryReadFile( Map_SuperLib_t * pLib, FILE * pFile )
fclose( pFileGen );
// read the genlib library
- pLib->pGenlib = Mio_LibraryRead( Abc_FrameGetGlobalFrame(), pLibName, 0, 0 );
+ pLib->pGenlib = Mio_LibraryRead( pLibName, 0, 0 );
if ( pLib->pGenlib == NULL )
{
printf( "Cannot read GENLIB file \"%s\".\n", pLibName );