Fixed MON instruction: getpid() was wrong
This commit is contained in:
parent
b3d5eaef01
commit
f994b0bf84
|
@ -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.
|
||||
|
||||
|
|
|
@ -557,7 +557,6 @@ moncall()
|
|||
|
||||
pid = getpid();
|
||||
push_i2(pid);
|
||||
push_int(0);
|
||||
LOG(("@m9 Getpid: succeeded, pid = %d", pid));
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue