Fixed check in COM
authorceriel <none@none>
Fri, 26 Jan 1990 17:12:23 +0000 (17:12 +0000)
committerceriel <none@none>
Fri, 26 Jan 1990 17:12:23 +0000 (17:12 +0000)
util/int/ChangeLog
util/int/do_logic.c

index 8415e9a..f89c105 100644 (file)
@@ -1,3 +1,6 @@
+26-Jan-90  Ceriel Jacobs (ceriel) at ceriel
+       Fixed check in COM instruction.
+
 26-Jan-90  Ceriel Jacobs (ceriel) at ceriel
        Fixed so that two consecutive SIG's have no effect.
 
index 13b3900..f9e4071 100644 (file)
@@ -201,7 +201,7 @@ DoCOMz()
        spoilFRA();
        l = arg_w(l);
        for (p = SP; p < (SP + l); p++) {
-               check_def(p, l);
+               check_def(p, 0);
                stack_loc(p) = ~stack_loc(p);
        }
 }