mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-23 07:57:38 +01:00
Minor reformatting.
(Logical change 1.41)
This commit is contained in:
parent
3f0ebaa7e3
commit
7ec3afd8db
1 changed files with 1 additions and 2 deletions
|
@ -61,8 +61,7 @@ unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
|
||||||
and we know that getcontext() doesn't switch the register-backing
|
and we know that getcontext() doesn't switch the register-backing
|
||||||
store. */
|
store. */
|
||||||
sol = (uc->uc_mcontext.sc_ar_pfs >> 7) & 0x7f;
|
sol = (uc->uc_mcontext.sc_ar_pfs >> 7) & 0x7f;
|
||||||
uc->uc_mcontext.sc_rbs_base = ia64_rse_skip_regs (uc->uc_mcontext.sc_ar_bsp,
|
uc->uc_mcontext.sc_rbs_base = ia64_rse_skip_regs (uc->uc_mcontext.sc_ar_bsp, -sol);
|
||||||
-sol);
|
|
||||||
|
|
||||||
c->as = unw_local_addr_space;
|
c->as = unw_local_addr_space;
|
||||||
c->as_arg = uc;
|
c->as_arg = uc;
|
||||||
|
|
Loading…
Reference in a new issue