Fixed MON instruction: getpid() was wrong
This commit is contained in:
@@ -557,7 +557,6 @@ moncall()
|
||||
|
||||
pid = getpid();
|
||||
push_i2(pid);
|
||||
push_int(0);
|
||||
LOG(("@m9 Getpid: succeeded, pid = %d", pid));
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user