diff options
Diffstat (limited to 'src/opt/dau/dauDsd.c')
-rw-r--r-- | src/opt/dau/dauDsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opt/dau/dauDsd.c b/src/opt/dau/dauDsd.c index 1b690cb9..bef0f894 100644 --- a/src/opt/dau/dauDsd.c +++ b/src/opt/dau/dauDsd.c @@ -412,7 +412,7 @@ void Dau_DsdTestOne( word t, int i ) // t = t & 0xFFFFFFFF; // t |= (t << 32); p = Dau_DsdPerform( t ); - return; +// return; t2 = Dau_DsdToTruth( p ); if ( t != t2 ) |