Fix in wrong assertion
authorceriel <none@none>
Thu, 21 May 1987 09:28:33 +0000 (09:28 +0000)
committerceriel <none@none>
Thu, 21 May 1987 09:28:33 +0000 (09:28 +0000)
mach/proto/as/comm6.c

index def1eb5..bb1fe44 100644 (file)
@@ -87,7 +87,7 @@ register item_t *ip;
        if (store(ip, (valu_t) DOTVAL) == 0)
                return;
 #ifdef THREE_PASS
-       assert(pass != PASS_2 || oldval - ip->i_valu == DOTGAIN);
+       assert(pass != PASS_2 || (oldval -= ip->i_valu) == DOTGAIN);
 #endif
 }