From dd24a26338fa50484261b7766eaa34621a684d92 Mon Sep 17 00:00:00 2001 From: Max Wash Date: Wed, 5 Aug 2020 13:25:43 +0100 Subject: [PATCH] Updated mx_task_kill() vector --- photon/libc/sys/magenta/machine/x86_64/crt0.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photon/libc/sys/magenta/machine/x86_64/crt0.s b/photon/libc/sys/magenta/machine/x86_64/crt0.s index 375b84c..a292280 100644 --- a/photon/libc/sys/magenta/machine/x86_64/crt0.s +++ b/photon/libc/sys/magenta/machine/x86_64/crt0.s @@ -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