1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-27 01:27:39 +01:00

(common_init): Fix Debug() call.

(Logical change 1.163)
This commit is contained in:
hp.com!davidm 2004-02-14 04:44:05 +00:00
parent 5f45c42420
commit 703aa0d196

View file

@ -108,7 +108,7 @@ common_init (struct cursor *c)
c->rbs_area[0].end = bspstore;
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);
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,
ia64_strloc (c->rbs_area[0].rnat_loc));