diff options
Diffstat (limited to 'common/elf.c')
| -rw-r--r-- | common/elf.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/common/elf.c b/common/elf.c index e60b21f..97d8fd7 100644 --- a/common/elf.c +++ b/common/elf.c @@ -61,10 +61,10 @@ static void __map_exec(struct tcb *t, vm_t bin, uint8_t ei_c, vm_t phstart, * TODO: also fix, this modifies only the first region. Create new * function? * - pm_t paddr = 0; - stat_vpage(t->b_r, va, &paddr, 0, 0); - mod_vpage(t->b_r, va, paddr, uvflags); - */ + pm_t paddr = 0; + stat_vpage(t->b_r, va, &paddr, 0, 0); + mod_vpage(t->b_r, va, paddr, uvflags); + */ } } |
