pc64: fix embrassing typo in mmuzap()
This commit is contained in:
parent
ff7d68e41a
commit
59e53f818d
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ mmuzap(void)
|
|||
if(w & 1)
|
||||
pte[x] = 0;
|
||||
x++;
|
||||
x >>= 1;
|
||||
w >>= 1;
|
||||
} while(w);
|
||||
m->mmumap[i] = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue