summaryrefslogtreecommitdiffstats
path: root/src/sat/aig/rwrTruth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sat/aig/rwrTruth.c')
-rw-r--r--src/sat/aig/rwrTruth.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sat/aig/rwrTruth.c b/src/sat/aig/rwrTruth.c
index 2c402184..63a437ce 100644
--- a/src/sat/aig/rwrTruth.c
+++ b/src/sat/aig/rwrTruth.c
@@ -444,6 +444,8 @@ Aig_Node_t * Aig_TruthDecompose( Aig_Truth_t * p )
assert( 0 );
}
+
+ return NULL;
}