Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libunwind
/
caa528e1e896cee8afb1b7c475ec726c7f48e087
/
.
/
src
/
x86
/
siglongjmp.S
blob: c43c9843f0b45c6977299f15893a6cf75f18b5a8 [
file
] [
log
] [
blame
]
/*
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
.globl _UI_longjmp_cont
_UI_siglongjmp_cont:
_UI_longjmp_cont:
#warning fix me
ret