mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-04-06 13:52:17 +02:00
(common_init): Clear "is_signal_frame". Instead of calling ia64_make_proc_info(),
simply clear "pi_valid" flag. (Logical change 1.30)
This commit is contained in:
parent
653c9006ac
commit
2e0505826f
1 changed files with 3 additions and 1 deletions
|
@ -106,8 +106,10 @@ common_init (struct ia64_cursor *c)
|
|||
}
|
||||
#endif
|
||||
c->sigcontext_loc = 0;
|
||||
c->is_signal_frame = 0;
|
||||
|
||||
c->hint = 0;
|
||||
c->prev_script = 0;
|
||||
return ia64_make_proc_info (c);
|
||||
c->pi_valid = 0;
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue