mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 09:07:38 +01:00
(unw_step): Drop extra 'x' from Debug statement.
(Logical change 1.248)
This commit is contained in:
parent
51298c5d23
commit
5742642c24
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ unw_step (unw_cursor_t *cursor)
|
|||
if (ret < 0)
|
||||
return ret;
|
||||
|
||||
Debug (13, "[EBP=0x%x] = 0x%xx\n", DWARF_GET_LOC (c->dwarf.loc[EBP]),
|
||||
Debug (13, "[EBP=0x%x] = 0x%x\n", DWARF_GET_LOC (c->dwarf.loc[EBP]),
|
||||
c->dwarf.cfa);
|
||||
|
||||
ebp_loc = DWARF_LOC (c->dwarf.cfa, 0);
|
||||
|
|
Loading…
Reference in a new issue