1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-18 11:15:18 +02:00
libunwind-eh_elf/src/x86/siglongjmp-x86.S
hp.com!davidm 1cc4569725 Add warning until it's fully implemented.
(Logical change 1.162)
2004-01-30 00:01:24 +00:00

9 lines
211 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
_UI_siglongjmp_cont:
#warning fix me
ret