1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-28 17:39:29 +02:00

Minor formatting fix.

(Logical change 1.53)
This commit is contained in:
hp.com!davidm 2003-02-22 03:08:22 +00:00
parent fd7e332a1f
commit bb4f71708d

View file

@ -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
store. */
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_arg = uc;