mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 17:17:39 +01:00
Minor formatting fix.
(Logical change 1.53)
This commit is contained in:
parent
fd7e332a1f
commit
bb4f71708d
1 changed files with 2 additions and 1 deletions
|
@ -61,7 +61,8 @@ 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, -sol);
|
uc->uc_mcontext.sc_rbs_base = ia64_rse_skip_regs (uc->uc_mcontext.sc_ar_bsp,
|
||||||
|
-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