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/aarch64/siglongjmp.S
2013-05-11 09:20:28 -06:00

13 lines
244 B
ArmAsm

/* 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