This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla
mirror of
https://github.com/falkTX/Carla
Watch
1
Star
0
Fork
0
Code
Releases
42
Activity
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
d4be01707e
commit
a2368e9038
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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__)
Write
Preview
Loading…
Cancel
Save