From 5742642c24b1e84aeed7d4dee7375928d7909591 Mon Sep 17 00:00:00 2001 From: "homeip.net!davidm" Date: Thu, 19 Aug 2004 12:26:11 +0000 Subject: [PATCH] (unw_step): Drop extra 'x' from Debug statement. (Logical change 1.248) --- src/x86/Gstep.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/x86/Gstep.c b/src/x86/Gstep.c index 882244fe..afa65ef4 100644 --- a/src/x86/Gstep.c +++ b/src/x86/Gstep.c @@ -102,7 +102,7 @@ unw_step (unw_cursor_t *cursor) if (ret < 0) return ret; - Debug (13, "[EBP=0x%x] = 0x%xx\n", DWARF_GET_LOC (c->dwarf.loc[EBP]), + Debug (13, "[EBP=0x%x] = 0x%x\n", DWARF_GET_LOC (c->dwarf.loc[EBP]), c->dwarf.cfa); ebp_loc = DWARF_LOC (c->dwarf.cfa, 0);