use ftn->pid instead of proc->pid

This commit is contained in:
NAKAMURA Gou
2014-12-22 16:11:22 +09:00
parent d4ba4dc8b3
commit a6ac906105
3 changed files with 3 additions and 3 deletions

View File

@ -167,7 +167,7 @@ void wake_timers_loop(void)
list_del(&timer->list);
dkprintf("timers timeout occurred, waking up pid: %d\n",
timer->proc->pid);
timer->proc->ftn->pid);
waitq_wakeup(&timer->processes);
}