mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-05 01:09:27 +01:00
Rename: src/x86/siglongjmp-x86.S -> src/x86/siglongjmp.S
(Logical change 1.241)
This commit is contained in:
parent
c298861c67
commit
b8f4069f9f
1 changed files with 8 additions and 0 deletions
|
@ -0,0 +1,8 @@
|
|||
/* 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
|
Loading…
Reference in a new issue