different fix for main proc bug
This commit is contained in:
parent
8da6bca807
commit
8ee6ad4d96
3 changed files with 22 additions and 12 deletions
|
|
@ -108,6 +108,7 @@ struct Proc
|
|||
Context schedcontext;
|
||||
void *udata;
|
||||
Jmp sigjmp;
|
||||
int mainproc;
|
||||
};
|
||||
|
||||
#define proc() _threadproc()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue