diff options
Diffstat (limited to 'exec.c')
-rw-r--r-- | exec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -104,7 +104,7 @@ exec(char *path, char **argv) cp->sz = sz; cp->tf->eip = elf.entry; // main cp->tf->esp = sp; - setupsegs(cp); + usegment(); return 0; bad: |