runthread needn't be inline
This commit is contained in:
parent
6723d9518d
commit
50e628cb8f
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ _schedinit(void *arg)
|
|||
_sched();
|
||||
}
|
||||
|
||||
static inline Thread*
|
||||
static Thread*
|
||||
runthread(Proc *p)
|
||||
{
|
||||
Thread *t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue