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