Fixed MON instruction: getpid() was wrong
authorceriel <none@none>
Wed, 31 Jan 1990 10:54:26 +0000 (10:54 +0000)
committerceriel <none@none>
Wed, 31 Jan 1990 10:54:26 +0000 (10:54 +0000)
util/int/ChangeLog
util/int/moncalls.c

index f89c105..119de47 100644 (file)
@@ -1,3 +1,6 @@
+31-Jan-90  Ceriel Jacobs (ceriel) at ceriel
+       Fixed getpid() version of MON.
+
 26-Jan-90  Ceriel Jacobs (ceriel) at ceriel
        Fixed check in COM instruction.
 
index 23e080d..fee1fed 100644 (file)
@@ -557,7 +557,6 @@ moncall()
 
                pid = getpid();
                push_i2(pid);
-               push_int(0);
                LOG(("@m9 Getpid: succeeded, pid = %d", pid));
                break;