x
This commit is contained in:
parent
9156632701
commit
06109901c9
1 changed files with 2 additions and 1 deletions
|
@ -405,7 +405,8 @@ copyinstr(pagetable_t pagetable, char *dst, uint64 srcva, uint64 max)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
char *map_kstack(uint64 kstack)
|
char
|
||||||
|
*map_kstack(uint64 kstack)
|
||||||
{
|
{
|
||||||
char *k = kalloc();
|
char *k = kalloc();
|
||||||
if(k == 0) {
|
if(k == 0) {
|
||||||
|
|
Loading…
Reference in a new issue