* frame.c (frame_unwind_pc): Fix typo: remove duplicate 0x.
2009-10-23 Tristan Gingold <gingold@adacore.com>
+ * frame.c (frame_unwind_pc): Fix typo: remove duplicate 0x.
+
+2009-10-23 Tristan Gingold <gingold@adacore.com>
+
* objfiles.c (allocate_objfile): Remove useless test. Move
declaration of last_one to the block that uses it.
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));
}