From 1272295d0c611f04128f9e388d5a0468dc64dae0 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Wed, 5 Aug 2020 22:03:17 +0200 Subject: I don't really know what's happening --- src/features/syscall.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/features/syscall.c') 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() -- cgit v1.2.3