aboutsummaryrefslogtreecommitdiff
path: root/common/elf.c
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-01-07 17:33:55 +0200
committerKimplul <kimi.h.kuparinen@gmail.com>2022-01-07 17:33:55 +0200
commitebe6fe5d44d58fcb1b9d0ac52fa98a0a3ff309a7 (patch)
tree1273c7815d6790e746f6e7ecfcd464e5cab39f2e /common/elf.c
parentbe78fcb0acc665d4db8edb9cda53f6863d27dd85 (diff)
downloadkmi-ebe6fe5d44d58fcb1b9d0ac52fa98a0a3ff309a7.tar.gz
kmi-ebe6fe5d44d58fcb1b9d0ac52fa98a0a3ff309a7.zip
Steps towards better status/debugging control
Diffstat (limited to 'common/elf.c')
-rw-r--r--common/elf.c4
1 files changed, 2 insertions, 2 deletions
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);
*/
}
}