Endpoint-enabled fix
This commit is contained in:
parent
4b62006c04
commit
df361e818e
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ Dev_t dev_nr;
|
|||
char *taskname(p_nr)
|
||||
int p_nr;
|
||||
{
|
||||
return ps_proc[p_nr + nr_tasks].p_name;
|
||||
return ps_proc[_ENDPOINT_P(p_nr) + nr_tasks].p_name;
|
||||
}
|
||||
|
||||
/* Prrecv prints the RECV field for process with pstat buffer pointer bufp.
|
||||
|
|
Loading…
Reference in a new issue