Check HAVE_AMD64_ASM to assemble x86_64 code (or not), not __x86_64__

This commit is contained in:
Frank Denis 2015-11-07 19:15:04 +01:00
parent 5ea53c32ee
commit 8b94965b71

View File

@ -1,4 +1,4 @@
#if defined(__amd64) || defined(__amd64__) || defined(__x86_64__)
#ifdef HAVE_AMD64_ASM
.text
.p2align 5