mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-08 02:18:11 +01:00
(create_state_record_for): Drop extraneous clearing of
sr->return_link_reg. The entire structure is getting cleared via memset() already! (Logical change 1.108)
This commit is contained in:
parent
656e9d6e7d
commit
e70d39ae8e
1 changed files with 0 additions and 1 deletions
|
@ -933,7 +933,6 @@ create_state_record_for (struct cursor *c, struct ia64_state_record *sr,
|
|||
r->when = IA64_WHEN_NEVER;
|
||||
sr->pr_val = predicates;
|
||||
sr->first_region = 1;
|
||||
sr->return_link_reg = 0;
|
||||
|
||||
if (!c->pi.unwind_info)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue