summaryrefslogtreecommitdiffstats
path: root/src/proof/int/intFrames.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/proof/int/intFrames.c')
-rw-r--r--src/proof/int/intFrames.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/int/intFrames.c b/src/proof/int/intFrames.c
index 8e74d99a..7c5231b7 100644
--- a/src/proof/int/intFrames.c
+++ b/src/proof/int/intFrames.c
@@ -99,7 +99,7 @@ Aig_Man_t * Inter_ManFramesInter( Aig_Man_t * pAig, int nFrames, int fAddRegOuts
// create the only PO of the manager
else
{
- pObj = Aig_ManPo( pAig, 0 );
+ pObj = Aig_ManCo( pAig, 0 );
Aig_ObjCreateCo( pFrames, Aig_ObjChild0Copy(pObj) );
}
Aig_ManCleanup( pFrames );