summaryrefslogtreecommitdiffstats
path: root/src/bool/rsb/rsbDec6.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bool/rsb/rsbDec6.c')
-rw-r--r--src/bool/rsb/rsbDec6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bool/rsb/rsbDec6.c b/src/bool/rsb/rsbDec6.c
index 88644686..da2652ba 100644
--- a/src/bool/rsb/rsbDec6.c
+++ b/src/bool/rsb/rsbDec6.c
@@ -519,7 +519,7 @@ void Rsb_DecPrintFunc( Rsb_Man_t * p, unsigned Truth4, word * f, word ** ppGs, i
word Copy = Truth4;
word wOn = Abc_Tt6Stretch( Copy >> (1 << nVars), nVars );
word wOnDc = ~Abc_Tt6Stretch( Copy, nVars );
- word wIsop = Abc_Tt6Isop( wOn, wOnDc, nVars );
+ word wIsop = Abc_Tt6Isop( wOn, wOnDc, nVars, NULL );
int i;
printf( "Offset : " );