summaryrefslogtreecommitdiffstats
path: root/src/proof/abs
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-11-06 18:04:23 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2012-11-06 18:04:23 -0800
commitdb7852bba7cb9e7236b4963985eee1fbbe4c5eb5 (patch)
treeb66295ba4aefb3fdb2ab7ea56caa8d27af5334ae /src/proof/abs
parent3f7f497351b5b5e276f8ddb93a7778ac651d4be4 (diff)
downloadabc-db7852bba7cb9e7236b4963985eee1fbbe4c5eb5.tar.gz
abc-db7852bba7cb9e7236b4963985eee1fbbe4c5eb5.tar.bz2
abc-db7852bba7cb9e7236b4963985eee1fbbe4c5eb5.zip
Improvements to LMS code.
Diffstat (limited to 'src/proof/abs')
-rw-r--r--src/proof/abs/absRpm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proof/abs/absRpm.c b/src/proof/abs/absRpm.c
index 3d5b2ac3..ca922ad6 100644
--- a/src/proof/abs/absRpm.c
+++ b/src/proof/abs/absRpm.c
@@ -665,7 +665,7 @@ void Abs_RpmPerformMark( Gia_Man_t * p, int nCutMax, int fVerbose, int fVeryVerb
nSize0 = Abs_GiaSortNodes( p, vSupp );
assert( nSize0 > 0 && nSize0 <= nCutMax );
// check if truth table has const cofs
- pTruth = (word *)Gia_ObjComputeTruthTableCut( p, pObj, vSupp );
+ pTruth = Gia_ObjComputeTruthTableCut( p, pObj, vSupp );
fHasConst = !Abs_GiaCheckTruth( pTruth, Vec_IntSize(vSupp), nSize0 );
if ( fVeryVerbose )
{