1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2025-04-10 07:22:17 +02:00

(unw_init_remote): Add Debug() statement.

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

View file

@ -38,6 +38,8 @@ unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg)
if (tdep_needs_initialization)
tdep_init ();
Debug (2, "(cursor=%p)\n", c);
c->as = as;
c->as_arg = as_arg;
return common_init (c);