1
0
Fork 0
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:
hp.com!davidm 2004-01-22 08:36:15 +00:00
parent 42fafb9371
commit f275ca3c98

View file

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