mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-23 16:07:37 +01:00
(unw_init_local): Add Debug() statement.
(Logical change 1.166)
This commit is contained in:
parent
a597de2beb
commit
eacf1f1262
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
|
||||||
if (tdep_needs_initialization)
|
if (tdep_needs_initialization)
|
||||||
tdep_init ();
|
tdep_init ();
|
||||||
|
|
||||||
|
Debug (2, "(cursor=%p)\n", c);
|
||||||
|
|
||||||
#ifdef __hpux
|
#ifdef __hpux
|
||||||
{
|
{
|
||||||
int ret;
|
int ret;
|
||||||
|
|
Loading…
Reference in a new issue