diff options
Diffstat (limited to 'src/userprog/process.c')
| -rw-r--r-- | src/userprog/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/userprog/process.c b/src/userprog/process.c index 4f557b2..45aaaa4 100644 --- a/src/userprog/process.c +++ b/src/userprog/process.c @@ -88,7 +88,7 @@ start_process (void *file_name_) int process_wait (tid_t child_tid UNUSED) { - return -1; + for (;;) {} } /* Free the current process's resources. */ |
