Fixed MON instruction: getpid() was wrong

This commit is contained in:
ceriel 1990-01-31 10:54:26 +00:00
parent b3d5eaef01
commit f994b0bf84
2 changed files with 3 additions and 1 deletions

View 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.

View file

@ -557,7 +557,6 @@ moncall()
pid = getpid();
push_i2(pid);
push_int(0);
LOG(("@m9 Getpid: succeeded, pid = %d", pid));
break;