Updated mx_task_kill() vector

This commit is contained in:
Max Wash
2020-08-05 13:25:43 +01:00
parent 9f2828f06b
commit dd24a26338

View File

@@ -14,5 +14,5 @@ _start:
movq %rax, %rdx
movq $1, %rsi /* MX_EXIT_ALL_THREADS */
movq $0, %rdi /* MX_NULL_HANDLE */
movq $23, %rax /* mx_process_kill() */
movq $24, %rax /* mx_process_kill() */
syscall