diff --git a/src/ia64/Gstep.c b/src/ia64/Gstep.c index 9da2d9e8..4390d26a 100644 --- a/src/ia64/Gstep.c +++ b/src/ia64/Gstep.c @@ -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: */