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

Apply suggestion to userprog/process.c

parent 62b51682
No related branches found
No related tags found
1 merge request!5Alex/6 implement populate stack process
......@@ -227,7 +227,7 @@ load (const char *file_name, void (**eip) (void), void **initial_stack_pointer)
{
struct thread *t = thread_current ();
struct Elf32_Ehdr ehdr;
struct file * = NULL;
struct file *file = NULL;
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