mirror of
git://git.9front.org/plan9front/plan9front
synced 2025-01-12 11:10:06 +00:00
/sys/lib/acid/kernel: fix proctab()
This commit is contained in:
parent
835db8f796
commit
fb1eadf6ed
1 changed files with 1 additions and 1 deletions
|
@ -215,7 +215,7 @@ defn mntcache() {
|
|||
|
||||
// manipulate processes
|
||||
defn proctab(x) {
|
||||
return procalloc.arena+sizeofProc*x;
|
||||
return procalloc.tab[x];
|
||||
}
|
||||
|
||||
defn proc(p) {
|
||||
|
|
Loading…
Reference in a new issue