runthread needn't be inline
This commit is contained in:
parent
6723d9518d
commit
50e628cb8f
@ -83,7 +83,7 @@ _schedinit(void *arg)
|
||||
_sched();
|
||||
}
|
||||
|
||||
static inline Thread*
|
||||
static Thread*
|
||||
runthread(Proc *p)
|
||||
{
|
||||
Thread *t;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user