1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-05 17:24:30 +01:00
libunwind-eh_elf/src/x86_64/siglongjmp.S
mostang.com!davidm caa528e1e8 Add dummy implementation of _UI_longjmp_cont().
(Logical change 1.268)
2004-09-09 16:26:15 +00:00

10 lines
254 B
ArmAsm

/* Dummy implementation for now. Libunwind-based setjmp/longjmp
can't work on x86 until we take advantage of DWARF2 unwind info. */
.globl _UI_siglongjmp_cont
.globl _UI_longjmp_cont
_UI_siglongjmp_cont:
_UI_longjmp_cont:
#warning fix me
ret