Skip to content
Snippets Groups Projects
Commit 645de1b7 authored by a2-stratford's avatar a2-stratford
Browse files

Removed syscall_exit.c and fixed merge request issues

parent 67711051
No related branches found
No related tags found
2 merge requests!22Merge Feature/system calls,!6Implemented filesize system call
......@@ -60,9 +60,6 @@ syscall_handler (struct intr_frame *f UNUSED)
case SYSCALL_HALT:
syscall_halt(f);
break;
case SYSCALL_EXIT:
syscall_exit(f);
break;
case SYSCALL_EXEC:
syscall_exec(f);
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment