mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
Also exclude .note.GNU-stack section on Windows arm64
This commit is contained in:
@ -95,7 +95,7 @@ ARM_RestoreContext:
|
|||||||
|
|
||||||
br x18
|
br x18
|
||||||
|
|
||||||
#ifndef __APPLE__
|
#if !defined(__APPLE__) && !defined(__WIN32__)
|
||||||
.section .note.GNU-stack,"",@progbits
|
.section .note.GNU-stack,"",@progbits
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user