mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-05 01:09:27 +01:00
(_UI_siglongjmp_cont): Implement a dummy handler.
(Logical change 1.81)
This commit is contained in:
parent
ade160f6a1
commit
de5b16e4a8
1 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue