mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-16 05:08:12 +01:00
bsig
(Logical change 1.259)
This commit is contained in:
parent
f7671b5cf7
commit
7ccee42004
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
/* libunwind - a platform-independent unwind library
|
/* libunwind - a platform-independent unwind library
|
||||||
Copyright (C) 2003 Hewlett-Packard Co
|
Copyright (C) 2003-2004 Hewlett-Packard Co
|
||||||
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
|
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
|
||||||
|
|
||||||
This file is part of libunwind.
|
This file is part of libunwind.
|
||||||
|
@ -31,7 +31,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
.align 32
|
.align 32
|
||||||
.proc siglongjmp_continuation
|
.proc siglongjmp_continuation
|
||||||
siglongjmp_continuation:
|
siglongjmp_continuation:
|
||||||
_UI_siglongjmp_cont: // non-function label for {sig,}longjmp.c
|
_UI_siglongjmp_cont: // non-function label for siglongjmp.c
|
||||||
.prologue
|
.prologue
|
||||||
.save rp, r15
|
.save rp, r15
|
||||||
.body
|
.body
|
||||||
|
|
Loading…
Reference in a new issue