mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-04-02 20:22:18 +02:00
(update_frame_state): Delete unnecessary "pr" variable.
(Logical change 1.130)
This commit is contained in:
parent
fa7a796b37
commit
6c2e6e7f72
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue