1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-28 12:11:45 +02:00

(update_frame_state): Delete unnecessary "pr" variable.

(Logical change 1.130)
This commit is contained in:
hp.com!davidm 2003-11-27 06:52:54 +00:00
parent fa7a796b37
commit 6c2e6e7f72

View file

@ -218,7 +218,7 @@ check_rbs_switch (struct cursor *c)
static inline int
update_frame_state (struct cursor *c)
{
unw_word_t prev_ip, prev_sp, prev_bsp, ip, pr, num_regs;
unw_word_t prev_ip, prev_sp, prev_bsp, ip, num_regs;
int ret;
prev_ip = c->ip;
@ -305,7 +305,6 @@ update_frame_state (struct cursor *c)
c->bsp = ia64_rse_skip_regs (c->bsp, -num_regs);
pr = c->pr;
c->sp = c->psp;
c->abi_marker = 0;