x86inc.asm: fix typo.

Assemblers don't understand ! in %if statements.
This commit is contained in:
Ronald S. Bultje 2012-01-27 10:50:12 +08:00
parent b5d08c27c3
commit 412b248edb
1 changed files with 1 additions and 1 deletions

View File

@ -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.