Commit 412b248e authored by Ronald S. Bultje's avatar Ronald S. Bultje

x86inc.asm: fix typo.

Assemblers don't understand ! in %if statements.
parent b5d08c27
...@@ -83,7 +83,7 @@ ...@@ -83,7 +83,7 @@
%if WIN64 %if WIN64
%define PIC %define PIC
%elif !ARCH_X86_64 %elif ARCH_X86_64 == 0
; x86_32 doesn't require PIC. ; x86_32 doesn't require PIC.
; Some distros prefer shared objects to be PIC, but nothing breaks if ; Some distros prefer shared objects to be PIC, but nothing breaks if
; the code contains a few textrels, so we'll skip that complexity. ; the code contains a few textrels, so we'll skip that complexity.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment