parent
00bd145398
commit
aee74a1dae
@ -257,3 +257,6 @@ nlr_jump:
|
||||
#endif // !defined(NLR_OS_WINDOWS)
|
||||
|
||||
#endif // defined(__x86_64__) && !MICROPY_NLR_SETJMP
|
||||
#if defined(linux)
|
||||
.section .note.GNU-stack,"",@progbits
|
||||
#endif
|
||||
|
@ -190,3 +190,6 @@ nlr_jump:
|
||||
#endif
|
||||
|
||||
#endif // defined(__i386__) && !MICROPY_NLR_SETJMP
|
||||
#if defined(linux)
|
||||
.section .note.GNU-stack,"",@progbits
|
||||
#endif
|
||||
|
@ -114,3 +114,6 @@ nlr_jump:
|
||||
.size nlr_jump, .-nlr_jump
|
||||
|
||||
#endif // defined(__xtensa__)
|
||||
#if defined(linux)
|
||||
.section .note.GNU-stack,"",@progbits
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user