Also exclude .note.GNU-stack section on Windows arm64
This commit is contained in:
parent
8fa9705079
commit
24a33e505e
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue