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
