mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-02 11:17:38 +01:00
(common_init): Fix Debug() call.
(Logical change 1.163)
This commit is contained in:
parent
5f45c42420
commit
703aa0d196
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ common_init (struct cursor *c)
|
||||||
c->rbs_area[0].end = bspstore;
|
c->rbs_area[0].end = bspstore;
|
||||||
c->rbs_area[0].size = ((unw_word_t) 1) << 63; /* initial guess... */
|
c->rbs_area[0].size = ((unw_word_t) 1) << 63; /* initial guess... */
|
||||||
c->rbs_area[0].rnat_loc = IA64_REG_LOC (c, UNW_IA64_AR_RNAT);
|
c->rbs_area[0].rnat_loc = IA64_REG_LOC (c, UNW_IA64_AR_RNAT);
|
||||||
Debug (10, "%s: initial rbs-area: [?-0x%llx), rnat@%s\n",
|
Debug (10, "initial rbs-area: [?-0x%llx), rnat@%s\n",
|
||||||
(long long) c->rbs_area[0].end,
|
(long long) c->rbs_area[0].end,
|
||||||
ia64_strloc (c->rbs_area[0].rnat_loc));
|
ia64_strloc (c->rbs_area[0].rnat_loc));
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue