mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-04-20 11:12:16 +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
|
static inline int
|
||||||
update_frame_state (struct cursor *c)
|
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;
|
int ret;
|
||||||
|
|
||||||
prev_ip = c->ip;
|
prev_ip = c->ip;
|
||||||
|
@ -305,7 +305,6 @@ update_frame_state (struct cursor *c)
|
||||||
|
|
||||||
c->bsp = ia64_rse_skip_regs (c->bsp, -num_regs);
|
c->bsp = ia64_rse_skip_regs (c->bsp, -num_regs);
|
||||||
|
|
||||||
pr = c->pr;
|
|
||||||
c->sp = c->psp;
|
c->sp = c->psp;
|
||||||
c->abi_marker = 0;
|
c->abi_marker = 0;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue