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
|
@ -0,0 +1,13 @@
|
|||
#ifdef CHANGED
|
||||
#include "copyright.h"
|
||||
#include "system.h"
|
||||
#include "userthread.h"
|
||||
#include "syscall.h"
|
||||
|
||||
int do_ThreadCreate(int f, int arg){
|
||||
DEBUG('x',"Enter do_ThreadCreate function\n");
|
||||
}
|
||||
|
||||
void do_ThreadExit(){
|
||||
}
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue