diff options
author | Marvin Borner | 2020-08-05 22:03:17 +0200 |
---|---|---|
committer | Marvin Borner | 2020-08-05 22:03:17 +0200 |
commit | 1272295d0c611f04128f9e388d5a0468dc64dae0 (patch) | |
tree | d596710ce147e36e07f427fda0ad5ecea31ee6d7 /src/features/syscall.c | |
parent | 835960fd85989ee961b5a932f467e6e4f545d201 (diff) |
I don't really know what's happening
Diffstat (limited to 'src/features/syscall.c')
-rw-r--r-- | src/features/syscall.c | 1 |
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() |