aboutsummaryrefslogtreecommitdiff
path: root/src/features/syscall.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/syscall.c')
-rw-r--r--src/features/syscall.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/features/syscall.c b/src/features/syscall.c
index 50963b7..ebfff59 100644
--- a/src/features/syscall.c
+++ b/src/features/syscall.c
@@ -11,6 +11,7 @@ void syscall_handler(struct regs *r)
struct proc *a = proc_make();
bin_load("/a", a);
+ proc_jump(a);
}
void syscall_init()