1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-29 18:09:29 +02:00
libunwind-eh_elf/src/ppc64/setcontext.S

10 lines
179 B
ArmAsm
Raw Normal View History

2007-08-02 17:59:43 +02:00
.global _UI_setcontext
_UI_setcontext:
2015-09-01 00:25:18 +02:00
blr
#ifdef __linux__
/* We do not need executable stack. */
.section .note.GNU-stack,"",@progbits
#endif