1
0
Fork 0
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:
hp.com!davidm 2005-05-20 13:35:32 +00:00
parent 3b7eb49469
commit 3fa950e818

View file

@ -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: */