1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-11 01:22:45 -05:00

Removed Linux specific code from Windows only ASM file.

This commit is contained in:
XMRig
2019-08-30 13:49:58 +07:00
parent f3c9b0e888
commit 9cfbce5e09

View File

@@ -43,7 +43,3 @@ cnv2_rwz_double_mainloop_asm:
#include "cn2/cnv2_rwz_double_main_loop.inc" #include "cn2/cnv2_rwz_double_main_loop.inc"
ret 0 ret 0
mov eax, 3735929054 mov eax, 3735929054
#if defined(__linux__) && defined(__ELF__)
.section .note.GNU-stack,"",%progbits
#endif