TD2 question I.4
Create userthread.cc content and call it from exception.cc
This commit is contained in:
parent
f18dd05339
commit
c4a2d25163
4 changed files with 28 additions and 1 deletions
|
@ -31,7 +31,7 @@ THREAD_O := main.o list.o scheduler.o synch.o synchlist.o \
|
|||
stats.o sysdep.o timer.o
|
||||
|
||||
USERPROG_O := addrspace.o bitmap.o exception.o progtest.o console.o \
|
||||
consoledriver.o machine.o mipssim.o translate.o
|
||||
consoledriver.o machine.o mipssim.o translate.o userthread.o
|
||||
|
||||
VM_O :=
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue