aboutsummaryrefslogtreecommitdiff
path: root/common/elf.c
diff options
context:
space:
mode:
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);
*/
}
}