mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-17 21:47:37 +01:00
9 lines
139 B
ArmAsm
9 lines
139 B
ArmAsm
|
/* Dummy implementation for now. */
|
||
|
|
||
|
.globl _UI_siglongjmp_cont
|
||
|
.globl _UI_longjmp_cont
|
||
|
|
||
|
_UI_siglongjmp_cont:
|
||
|
_UI_longjmp_cont:
|
||
|
j $31
|