diff options
Diffstat (limited to 'proc')
-rw-r--r-- | proc/info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proc/info.c b/proc/info.c index 2ea2a114..93a18d39 100644 --- a/proc/info.c +++ b/proc/info.c @@ -718,7 +718,7 @@ S_proc_getprocinfo (struct proc *callerp, /* If the structure read doesn't include last_processor field, assume CPU 0. */ if (thcount < 8) - thds[i]->last_processor = 0; + pi->threadinfos[i].pis_si.last_processor = 0; #endif } |