From ebe6fe5d44d58fcb1b9d0ac52fa98a0a3ff309a7 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 7 Jan 2022 17:33:55 +0200 Subject: Steps towards better status/debugging control --- common/elf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/elf.c') diff --git a/common/elf.c b/common/elf.c index 4378d52..6b7b6dd 100644 --- a/common/elf.c +++ b/common/elf.c @@ -54,8 +54,8 @@ static void __map_exec(struct tcb *t, vm_t bin, uint8_t ei_c, vm_t phstart, size * function? * pm_t paddr = 0; - stat_vmem(t->b_r, va, &paddr, 0, 0); - mod_vmem(t->b_r, va, paddr, uvflags); + stat_vpage(t->b_r, va, &paddr, 0, 0); + mod_vpage(t->b_r, va, paddr, uvflags); */ } } -- cgit v1.3