mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-24 01:00:29 +01:00
(create_state_record_for): Replace tdep_debug_level with
unwi_debug_level. (Logical change 1.158)
This commit is contained in:
parent
42fafb9371
commit
f275ca3c98
1 changed files with 1 additions and 1 deletions
|
@ -1010,7 +1010,7 @@ create_state_record_for (struct cursor *c, struct ia64_state_record *sr,
|
||||||
}
|
}
|
||||||
out:
|
out:
|
||||||
#if UNW_DEBUG
|
#if UNW_DEBUG
|
||||||
if (tdep_debug_level > 0)
|
if (unwi_debug_level > 0)
|
||||||
{
|
{
|
||||||
dprintf ("libunwind: state record for func 0x%lx, t=%u (flags=0x%lx):\n",
|
dprintf ("libunwind: state record for func 0x%lx, t=%u (flags=0x%lx):\n",
|
||||||
(long) c->pi.start_ip, sr->when_target, (long) c->pi.flags);
|
(long) c->pi.start_ip, sr->when_target, (long) c->pi.flags);
|
||||||
|
|
Loading…
Reference in a new issue