From f275ca3c98179dc02ad1647324b8df7c0f73a07f Mon Sep 17 00:00:00 2001 From: "hp.com!davidm" Date: Thu, 22 Jan 2004 08:36:15 +0000 Subject: [PATCH] (create_state_record_for): Replace tdep_debug_level with unwi_debug_level. (Logical change 1.158) --- src/ia64/Gparser-ia64.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ia64/Gparser-ia64.c b/src/ia64/Gparser-ia64.c index 6e1c1ea3..748dd354 100644 --- a/src/ia64/Gparser-ia64.c +++ b/src/ia64/Gparser-ia64.c @@ -1010,7 +1010,7 @@ create_state_record_for (struct cursor *c, struct ia64_state_record *sr, } out: #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", (long) c->pi.start_ip, sr->when_target, (long) c->pi.flags);