mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-17 21:47:37 +01:00
Adjust for "ia64_rse" to "rse" prefix change.
(Logical change 1.290)
This commit is contained in:
parent
3f16641760
commit
bf832fc29e
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
/* libunwind - a platform-independent unwind library
|
/* libunwind - a platform-independent unwind library
|
||||||
Copyright (C) 2001-2003 Hewlett-Packard Co
|
Copyright (C) 2001-2003, 2005 Hewlett-Packard Co
|
||||||
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
|
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
|
||||||
|
|
||||||
This file is part of libunwind.
|
This file is part of libunwind.
|
||||||
|
@ -73,8 +73,8 @@ unw_init_local (unw_cursor_t *cursor, unw_context_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 = rse_skip_regs (uc->uc_mcontext.sc_ar_bsp,
|
||||||
-sol);
|
-sol);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
c->as = unw_local_addr_space;
|
c->as = unw_local_addr_space;
|
||||||
|
|
Loading…
Reference in a new issue