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

Rename: src/x86/siglongjmp-x86.S -> src/x86/siglongjmp.S

(Logical change 1.241)
This commit is contained in:
homeip.net!davidm 2004-08-17 15:34:28 +00:00
parent c298861c67
commit b8f4069f9f

View file

@ -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