summaryrefslogtreecommitdiffstats
path: root/src/opt
diff options
context:
space:
mode:
Diffstat (limited to 'src/opt')
-rw-r--r--src/opt/dau/dauDsd.c2
-rw-r--r--src/opt/dau/module.make4
2 files changed, 3 insertions, 3 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 )
diff --git a/src/opt/dau/module.make b/src/opt/dau/module.make
index 5fd9ef90..c58d8807 100644
--- a/src/opt/dau/module.make
+++ b/src/opt/dau/module.make
@@ -1,3 +1,3 @@
SRC += src/opt/dau/dau.c \
- src/opt/dau/daCore.c \
- src/opt/dau/daDsd.c
+ src/opt/dau/dauCore.c \
+ src/opt/dau/dauDsd.c