hw4: only wait-killed and exec-missing fail

This commit is contained in:
Claudio Maggioni 2020-05-18 17:17:58 +02:00
parent 5f2b2114ff
commit 88a84fc310
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ sys_exit (int status)
int
sys_wait (tid_t tid)
{
printf("system call wait\n");
//printf("system call wait\n");
int status = process_wait(tid);
//printf("wait has returned status(%d)\n", status);
return status;