1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-30 21:21:45 +02: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:
hp.com!davidm 2003-11-15 09:46:17 +00:00
parent 656e9d6e7d
commit e70d39ae8e

View file

@ -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)
{