mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-22 16:20:29 +01:00
Add dummy implementation of _UI_longjmp_cont().
(Logical change 1.268)
This commit is contained in:
parent
02e99d2ce3
commit
caa528e1e8
2 changed files with 4 additions and 0 deletions
|
@ -2,7 +2,9 @@
|
|||
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
|
||||
|
|
|
@ -2,7 +2,9 @@
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue