Fix stack initialization to correctness of passing argument tests #28

Closed
td1223 wants to merge 6 commits from user-programs-stdout into user-programs
Showing only changes of commit 4020a140d2 - Show all commits

View File

@@ -20,6 +20,7 @@
#include "threads/thread.h"
#include "threads/vaddr.h"
#include "threads/synch.h"
#include "devices/timer.h"
/* Keeps track of the position of pointers to user program arguments
within a linked list. */