Skip to content
This repository has been archived by the owner on Jul 10, 2020. It is now read-only.

Commit

Permalink
yay
Browse files Browse the repository at this point in the history
  • Loading branch information
grantborthwick committed Oct 28, 2012
1 parent 8a02d83 commit 7727fd5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/userprog/process.c
Expand Up @@ -150,10 +150,6 @@ process_wait (tid_t child_tid)

sema_down(&(t->dead));
list_remove(e);
//sema_up(&(t->dead));

//int temp = t->exit_code;
//t->exit_code = -1;
return t->exit_code;
}

Expand Down

0 comments on commit 7727fd5

Please sign in to comment.