diff options
Diffstat (limited to 'common/proc.c')
| -rw-r--r-- | common/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/proc.c b/common/proc.c index 7721f35..f4c0899 100644 --- a/common/proc.c +++ b/common/proc.c @@ -25,7 +25,7 @@ static vm_t __setup_proc_stack(struct tcb *t, size_t bytes) return alloc_uvmem(t, bytes, VM_V | VM_R | VM_W | VM_U); } -stat_t init_proc(void *fdt, struct vm_branch *b) +stat_t init_proc(void *fdt, struct vmem *b) { init_tcbs(); |
