Fixed MON instruction: getpid() was wrong
This commit is contained in:
parent
b3d5eaef01
commit
f994b0bf84
2 changed files with 3 additions and 1 deletions
|
@ -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
|
26-Jan-90 Ceriel Jacobs (ceriel) at ceriel
|
||||||
Fixed check in COM instruction.
|
Fixed check in COM instruction.
|
||||||
|
|
||||||
|
|
|
@ -557,7 +557,6 @@ moncall()
|
||||||
|
|
||||||
pid = getpid();
|
pid = getpid();
|
||||||
push_i2(pid);
|
push_i2(pid);
|
||||||
push_int(0);
|
|
||||||
LOG(("@m9 Getpid: succeeded, pid = %d", pid));
|
LOG(("@m9 Getpid: succeeded, pid = %d", pid));
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue