mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-17 13:47:37 +01:00
3842dac733
reading of .debug_frame sections (used in lieu of .eh_frame sections when they're not available).
8 lines
139 B
ArmAsm
8 lines
139 B
ArmAsm
/* Dummy implementation for now. */
|
|
|
|
.globl _UI_siglongjmp_cont
|
|
.globl _UI_longjmp_cont
|
|
|
|
_UI_siglongjmp_cont:
|
|
_UI_longjmp_cont:
|
|
j $31
|