1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-25 19:01:44 +02:00

(unw_is_signal_frame): Add a Debug statement.

(Logical change 1.290)
This commit is contained in:
hp.com!davidm 2005-05-03 09:13:17 +00:00
parent 68edb681d8
commit 6ed360df7e

View file

@ -49,5 +49,6 @@ unw_is_signal_frame (unw_cursor_t *cursor)
ia64_free_state_record (&sr);
Debug (1, "(cursor=%p, ip=0x%016lx) -> %d\n", c, c->ip, ret);
return ret;
}