1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-17 07:21:44 +02:00

Add dummy implementation of _UI_longjmp_cont().

(Logical change 1.268)
This commit is contained in:
mostang.com!davidm 2004-09-09 16:26:15 +00:00
parent 02e99d2ce3
commit caa528e1e8
2 changed files with 4 additions and 0 deletions

View file

@ -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

View file

@ -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