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

delete comments

parent c9329840
No related branches found
No related tags found
No related merge requests found
...@@ -40,7 +40,7 @@ syscall_handler (struct intr_frame *f UNUSED) ...@@ -40,7 +40,7 @@ syscall_handler (struct intr_frame *f UNUSED)
get_argument(esp,argument,1); get_argument(esp,argument,1);
syscall_exit(argument[0]); syscall_exit(argument[0]);
break; break;
case SYS_EXEC: // 2 (TODO: Change to execute) case SYS_EXEC: // 2
get_argument(esp,argument,1); get_argument(esp,argument,1);
check_address((void *)argument[0]); check_address((void *)argument[0]);
f->eax = syscall_exec((const char *)argument[0]); f->eax = syscall_exec((const char *)argument[0]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment