:: commit e94414ff2853963381f788a6fc9130366601e781

Mintsuki <mintsuki@protonmail.com> — 2025-08-05 12:48

parents: 023f26311b

sys/smp: x86: Remove useless instruction size specifier that broke old nasm

Fixes #524
diff --git a/common/sys/smp_trampoline.asm_x86 b/common/sys/smp_trampoline.asm_x86
index 1a8a8473..d2b9f3bc 100644
--- a/common/sys/smp_trampoline.asm_x86
+++ b/common/sys/smp_trampoline.asm_x86
@@ -164,7 +164,7 @@ parking64:
     mov rax, qword [rdi + 16]
     test rax, rax
     jnz .out
-    lea rax, qword [rdi + 16]
+    lea rax, [rdi + 16]
     xor ecx, ecx
     xor edx, edx
     monitor
tab: 248 wrap: offon