summaryrefslogtreecommitdiff
path: root/gdb/frame.c
diff options
context:
space:
mode:
authorTristan Gingold <gingold@adacore.com>2009-10-23 14:31:33 +0000
committerTristan Gingold <gingold@adacore.com>2009-10-23 14:31:33 +0000
commit26deee93a4be5c962daf488fe654c2aea3a2f22f (patch)
tree2fb6b4bccec0e3480ad4eb0f5afa853a09ffd582 /gdb/frame.c
parent719ebe33d39d9bdc6006168c54bdb97ede0beb3a (diff)
downloadgdb-26deee93a4be5c962daf488fe654c2aea3a2f22f.tar.gz
2009-10-23 Tristan Gingold <gingold@adacore.com>
* frame.c (frame_unwind_pc): Fix typo: remove duplicate 0x.
Diffstat (limited to 'gdb/frame.c')
-rw-r--r--gdb/frame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/frame.c b/gdb/frame.c
index 12a38e70b16..02a9bd1835b 100644
--- a/gdb/frame.c
+++ b/gdb/frame.c
@@ -639,7 +639,7 @@ frame_unwind_pc (struct frame_info *this_frame)
this_frame->prev_pc.p = 1;
if (frame_debug)
fprintf_unfiltered (gdb_stdlog,
- "{ frame_unwind_caller_pc (this_frame=%d) -> 0x%s }\n",
+ "{ frame_unwind_caller_pc (this_frame=%d) -> %s }\n",
this_frame->level,
hex_string (this_frame->prev_pc.value));
}