pc64: fix embrassing typo in mmuzap()

This commit is contained in:
cinap_lenrek 2014-05-06 18:59:56 +02:00
parent ff7d68e41a
commit 59e53f818d

View file

@ -347,7 +347,7 @@ mmuzap(void)
if(w & 1)
pte[x] = 0;
x++;
x >>= 1;
w >>= 1;
} while(w);
m->mmumap[i] = 0;
}