1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-20 11:55:17 +02:00

Build only if UNW_REMOTE_ONLY is not defined.

(Logical change 1.5)
This commit is contained in:
(none)!davidm 2002-02-22 21:58:53 +00:00
parent fcb6a7d272
commit 4588bf926d

View file

@ -23,6 +23,8 @@ License. */
#include "ucontext_i.h"
#ifndef UNW_REMOTE_ONLY
/* __ia64_install_context (const ucontext_t *ucp,
long r15, long r16, long r17, long r18)
@ -144,3 +146,5 @@ __ia64_install_context:
br.ret.sptk rp
.endp __ia64_install_context
#endif /* !UNW_REMOTE_ONLY */