Commit dd912b5c by Alan Mishchenko

Incorrect assertion added by recent changes.

parent c5162ba6
...@@ -992,7 +992,7 @@ Gia_Man_t * Gia_ManDupMarked( Gia_Man_t * p ) ...@@ -992,7 +992,7 @@ Gia_Man_t * Gia_ManDupMarked( Gia_Man_t * p )
{ {
if ( pObj->fMark0 ) if ( pObj->fMark0 )
{ {
assert( Gia_ObjIsAnd(pObj) && !Gia_ObjIsBuf(pObj) ); assert( !Gia_ObjIsBuf(pObj) );
pObj->fMark0 = 0; pObj->fMark0 = 0;
continue; continue;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment