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

Fixing merge issue

parent 865a4b79
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,9 @@ syscall_handler (struct intr_frame *f UNUSED) ...@@ -58,6 +58,9 @@ syscall_handler (struct intr_frame *f UNUSED)
case SYSCALL_HALT: case SYSCALL_HALT:
syscall_halt(f); syscall_halt(f);
break; break;
case SYSCALL_EXIT:
syscall_exit(f);
break;
case SYSCALL_EXEC: case SYSCALL_EXEC:
syscall_exec(f); syscall_exec(f);
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment