runthread needn't be inline

This commit is contained in:
rsc 2003-11-23 18:38:17 +00:00
parent 6723d9518d
commit 50e628cb8f

View file

@ -83,7 +83,7 @@ _schedinit(void *arg)
_sched(); _sched();
} }
static inline Thread* static Thread*
runthread(Proc *p) runthread(Proc *p)
{ {
Thread *t; Thread *t;