1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-28 12:11:45 +02:00
libunwind-eh_elf/src/ppc32/setcontext.S

10 lines
173 B
ArmAsm
Raw Normal View History

.global _UI_setcontext
_UI_setcontext:
retq
#ifdef __linux__
/* We do not need executable stack. */
.section .note.GNU-stack,"",@progbits
#endif