From f994b0bf84c4d5d6493dd5cfde885d8f5691fb3b Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 31 Jan 1990 10:54:26 +0000 Subject: [PATCH] Fixed MON instruction: getpid() was wrong --- util/int/ChangeLog | 3 +++ util/int/moncalls.c | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/util/int/ChangeLog b/util/int/ChangeLog index f89c10568..119de47eb 100644 --- a/util/int/ChangeLog +++ b/util/int/ChangeLog @@ -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. diff --git a/util/int/moncalls.c b/util/int/moncalls.c index 23e080d1a..fee1fed28 100644 --- a/util/int/moncalls.c +++ b/util/int/moncalls.c @@ -557,7 +557,6 @@ moncall() pid = getpid(); push_i2(pid); - push_int(0); LOG(("@m9 Getpid: succeeded, pid = %d", pid)); break; -- 2.34.1