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

(_UI_siglongjmp_cont): Implement a dummy handler.

(Logical change 1.81)
This commit is contained in:
hp.com!davidm 2003-04-21 23:14:14 +00:00
parent ade160f6a1
commit de5b16e4a8

View file

@ -1 +1,7 @@
# warning Implement me.
/* 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:
ret