1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-12-24 04:13:41 +01:00

(_Uia64_search_unwind_table): Return a valid gp-value in the proc-info even when

there is no other unwind-info.

(Logical change 1.45)
This commit is contained in:
mostang.com!davidm 2003-02-08 10:10:59 +00:00
parent ebed1d6b82
commit be592ddeb2

View file

@ -1,5 +1,5 @@
/* libunwind - a platform-independent unwind library
Copyright (C) 2001-2002 Hewlett-Packard Co
Copyright (C) 2001-2003 Hewlett-Packard Co
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
This file is part of libunwind. */
@ -73,6 +73,7 @@ _Uia64_search_unwind_table (unw_addr_space_t as, unw_word_t ip,
unwind info => use default conventions (i.e., this is NOT an
error). */
memset (pi, 0, sizeof (*pi));
pi->gp = di->gp;
return 0;
}