diff options
Diffstat (limited to 'asm/int_syscall_handler.asm')
| -rw-r--r-- | asm/int_syscall_handler.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/int_syscall_handler.asm b/asm/int_syscall_handler.asm index f90ba51..50202d3 100644 --- a/asm/int_syscall_handler.asm +++ b/asm/int_syscall_handler.asm @@ -156,5 +156,5 @@ call_execve: sti call syscall_execve - jmp $ ; this should never return TODO: pop stack!? + jmp done_blocking |
