From 7d2910ddf343c3816d8c8be1273c0c24e07cd9c4 Mon Sep 17 00:00:00 2001 From: y2-binyahya <yasser2.binyahya@live.uwe.ac.uk> Date: Sun, 9 Jul 2023 16:30:41 +0000 Subject: [PATCH] Update process.c note added for next development member --- src/userprog/process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/userprog/process.c b/src/userprog/process.c index dc078d4..e7f7e90 100644 --- a/src/userprog/process.c +++ b/src/userprog/process.c @@ -86,7 +86,7 @@ process_execute (const char *file_name) } printf("args count: %i\n", number_of_args); - + // member who is going to develop the stack, should use the counter to call the functions based on how many args the user passes if (tid == TID_ERROR) -- GitLab