1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-28 12:11:45 +02:00

Minor reformatting.

(Logical change 1.41)
This commit is contained in:
mostang.com!davidm 2003-01-23 10:04:09 +00:00
parent 3f0ebaa7e3
commit 7ec3afd8db

View file

@ -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
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;