1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-26 11:21:44 +02:00
libunwind-eh_elf/src/hppa/siglongjmp.S

13 lines
189 B
ArmAsm
Raw Normal View History

/* Dummy implementation for now. */
.globl _UI_siglongjmp_cont
.globl _UI_longjmp_cont
_UI_siglongjmp_cont:
_UI_longjmp_cont:
.proc
.callinfo
#warning fix me
bv %r0(%rp)
.procend