diff options
Diffstat (limited to 'src/Crypto/Twofish_x64.S')
-rw-r--r-- | src/Crypto/Twofish_x64.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Crypto/Twofish_x64.S b/src/Crypto/Twofish_x64.S index e5fa5ea8..93f28206 100644 --- a/src/Crypto/Twofish_x64.S +++ b/src/Crypto/Twofish_x64.S @@ -312,7 +312,7 @@ movq %r8, %rdx; .endif ret; - .ifndef WINABI + .ifndef __YASM__ #if defined(__linux__) && defined(__ELF__) .section .note.GNU-stack,"",%progbits #endif |