mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-02 08:09:27 +01:00
(struct ia64_global_unwind_state): Add "lock" member.
(Logical change 1.111)
This commit is contained in:
parent
6b6a0079e6
commit
3cc1ec6be9
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ struct cursor
|
|||
struct ia64_global_unwind_state
|
||||
{
|
||||
int needs_initialization;
|
||||
pthread_mutex_t lock; /* global data lock */
|
||||
|
||||
/* Table of registers that prologues can save (and order in which
|
||||
they're saved). */
|
||||
|
|
Loading…
Reference in a new issue