Skip to content
Snippets Groups Projects
Commit c340daea authored by s2-fidan's avatar s2-fidan
Browse files

mistake correction

parent d686d418
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,7 @@ syscall_handler (struct intr_frame *f UNUSED)
default:
printf("ERROR: system call ( %d ) has not implemented!\n", syscall_number);
/* Terminate. */
syscall_exit(-1)
syscall_exit(-1);
break;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment