Updated mx_task_kill() vector
This commit is contained in:
@@ -14,5 +14,5 @@ _start:
|
|||||||
movq %rax, %rdx
|
movq %rax, %rdx
|
||||||
movq $1, %rsi /* MX_EXIT_ALL_THREADS */
|
movq $1, %rsi /* MX_EXIT_ALL_THREADS */
|
||||||
movq $0, %rdi /* MX_NULL_HANDLE */
|
movq $0, %rdi /* MX_NULL_HANDLE */
|
||||||
movq $23, %rax /* mx_process_kill() */
|
movq $24, %rax /* mx_process_kill() */
|
||||||
syscall
|
syscall
|
||||||
|
|||||||
Reference in New Issue
Block a user