From a293b02992aa76ef420bf5a00305e015167b4bc7 Mon Sep 17 00:00:00 2001 From: 4lDO2 <4lDO2@protonmail.com> Date: Wed, 16 Apr 2025 18:58:14 +0200 Subject: [PATCH] Fix aarch64 signal test. --- redox-rt/src/arch/aarch64.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redox-rt/src/arch/aarch64.rs b/redox-rt/src/arch/aarch64.rs index ade355d156..35a0a79dd8 100644 --- a/redox-rt/src/arch/aarch64.rs +++ b/redox-rt/src/arch/aarch64.rs @@ -296,7 +296,7 @@ asmfunction!(__relibc_internal_sigentry: [" b 2f 3: // A standard signal was sent to this thread, try clearing its bit. - clz x1, x1 + clz w1, w1 mov x2, #31 sub x1, x2, x1