mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 17:17:39 +01:00
Remove early-out test when IP is zero.
(Logical change 1.298)
This commit is contained in:
parent
3b7eb49469
commit
3fa950e818
1 changed files with 0 additions and 3 deletions
|
@ -244,9 +244,6 @@ update_frame_state (struct cursor *c)
|
|||
Debug (1, "rejecting bad ip=0x%lx\n", (long) c->ip);
|
||||
return -UNW_EINVALIDIP;
|
||||
}
|
||||
if (ip == 0)
|
||||
/* end of frame-chain reached */
|
||||
return 0;
|
||||
|
||||
c->cfm_loc = c->loc[IA64_REG_PFS];
|
||||
/* update the CFM cache: */
|
||||
|
|
Loading…
Reference in a new issue