1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-29 18:09:29 +02:00

(unw_step): Add Debug() statement.

(Logical change 1.166)
This commit is contained in:
mostang.com!davidm 2004-02-14 07:49:50 +00:00
parent f753bb45be
commit 9468bda47a

View file

@ -334,6 +334,8 @@ unw_step (unw_cursor_t *cursor)
struct cursor *c = (struct cursor *) cursor;
int ret;
Debug (2, "(cursor=%p)\n", c);
ret = ia64_find_save_locs (c);
if (ret < 0)
return ret;