Browse Source

Another small change needed for ysfx on arm

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.0
falkTX 3 years ago
parent
commit
a2368e9038
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      source/modules/ysfx/sources/eel2-gas/sources/asm-nseel-x64-sse.S

+ 2
- 3
source/modules/ysfx/sources/eel2-gas/sources/asm-nseel-x64-sse.S View File

@@ -1396,10 +1396,9 @@ MANGLE(eel_leavefp):
#endif
ret##

#endif // defined(__x86_64__)


//NOTE(jpc) mark the stack as non-executable
#if defined(__ELF__)
.section .note.GNU-stack,"",@progbits
#endif

#endif // defined(__x86_64__)

Loading…
Cancel
Save