mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-22 08:10:30 +01:00
(unw_is_signal_frame): Add a Debug statement.
(Logical change 1.290)
This commit is contained in:
parent
68edb681d8
commit
6ed360df7e
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue