diff options
Diffstat (limited to 'src/Crypto/sha256-x86-nayuki.S')
-rw-r--r-- | src/Crypto/sha256-x86-nayuki.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Crypto/sha256-x86-nayuki.S b/src/Crypto/sha256-x86-nayuki.S index a8e25db7..067496b3 100644 --- a/src/Crypto/sha256-x86-nayuki.S +++ b/src/Crypto/sha256-x86-nayuki.S @@ -161,8 +161,8 @@ retl .endif - .ifndef WINABI + .ifndef __YASM__ #if defined(__linux__) && defined(__ELF__) - .section .note.GNU-stack,"",%progbits +.section .note.GNU-stack,"",%progbits #endif .endif
\ No newline at end of file |