Skip to content
Snippets Groups Projects
Unverified Commit 9ef3d686 authored by a2-stratford's avatar a2-stratford Committed by ja3-saxby
Browse files

Update syscall.c

parent 27c859e3
No related branches found
No related tags found
2 merge requests!22Merge Feature/system calls,!12Alex/exit system call
......@@ -72,7 +72,7 @@ syscall_handler (struct intr_frame *f UNUSED)
break;
default:
printf ("WARNING: Invalid Syscall (%d)\n", syscall_number);
thread_exit ();
}
// TODO: remove this call to exit as we don't want all syscalls to make the thread exit
thread_exit ();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment