This commit is contained in:
Robert Morris 2019-07-22 15:04:07 -04:00
parent 6b379e4707
commit 38b430687c

View file

@ -405,8 +405,8 @@ copyinstr(pagetable_t pagetable, char *dst, uint64 srcva, uint64 max)
} }
} }
char char *
*map_kstack(uint64 kstack) map_kstack(uint64 kstack)
{ {
char *k = kalloc(); char *k = kalloc();
if(k == 0) { if(k == 0) {