New syscall ID for mx_task_kill()

This commit is contained in:
Max Wash
2020-08-07 20:31:06 +01:00
parent eaa968b98e
commit bd7bd7f5be

View File

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