1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-07-01 21:31:45 +02:00
libunwind-eh_elf/src/aarch64/siglongjmp.S

13 lines
244 B
ArmAsm
Raw Normal View History

2013-05-11 17:18:23 +02:00
/* Dummy implementation for now. */
.global _UI_siglongjmp_cont
.global _UI_longjmp_cont
_UI_siglongjmp_cont:
_UI_longjmp_cont:
ret
#ifdef __linux__
/* We do not need executable stack. */
.section .note.GNU-stack,"",%progbits
#endif