diff options
| author | Alan Mishchenko <alanmi@berkeley.edu> | 2011-11-12 22:26:12 -0800 | 
|---|---|---|
| committer | Alan Mishchenko <alanmi@berkeley.edu> | 2011-11-12 22:26:12 -0800 | 
| commit | bca84be597380f1d46e068e704f65862d0c91e4a (patch) | |
| tree | f95ae52f2876824f66a2f581982131a0bf6b61b3 /src | |
| parent | cd2f13c09d1fc7320d1c66232d91501b34ffa25f (diff) | |
| download | abc-bca84be597380f1d46e068e704f65862d0c91e4a.tar.gz abc-bca84be597380f1d46e068e704f65862d0c91e4a.tar.bz2 abc-bca84be597380f1d46e068e704f65862d0c91e4a.zip | |
Temporary debugging change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/map/if/ifDec16.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/map/if/ifDec16.c b/src/map/if/ifDec16.c index 606fb912..d5ccf988 100644 --- a/src/map/if/ifDec16.c +++ b/src/map/if/ifDec16.c @@ -721,6 +721,7 @@ void If_CluVerify3( word * pF, int nVars, If_Grp_t * g, If_Grp_t * g2, If_Grp_t          Kit_DsdPrintFromTruth( (unsigned*)pF, nVars ); printf( "\n" );  //        Extra_PrintHex( stdout, (unsigned *)pF, nVars ); printf( "\n" );          printf( "Verification FAILED!\n" ); +        exit(1);      }  //    else  //        printf( "Verification succeed!\n" ); | 
