1
0
Fork 0
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:
mostang.com!davidm 2004-02-14 07:49:50 +00:00
parent a597de2beb
commit eacf1f1262

View file

@ -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;