1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-18 19:25:16 +02:00
libunwind-eh_elf/src/ppc64/setcontext.S
2015-09-07 18:08:26 -07:00

10 lines
179 B
ArmAsm

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