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

Update process.c

parent 1f457a77
No related branches found
No related tags found
1 merge request!5Alex/6 implement populate stack process
......@@ -228,7 +228,7 @@ load (const char *file_name, void (**eip) (void), void **initialStackPointer)
struct thread *t = thread_current ();
struct Elf32_Ehdr ehdr;
struct file * = NULL;
off_t file_ofs;file
off_t file_ofs;
bool success = false;
int i;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment