mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-18 22:07:38 +01:00
b8f4069f9f
(Logical change 1.241)
8 lines
211 B
ArmAsm
8 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
|