2009-10-23 Tristan Gingold <gingold@adacore.com>

* frame.c (frame_unwind_pc): Fix typo: remove duplicate 0x.
This commit is contained in:
Tristan Gingold 2009-10-23 14:31:33 +00:00
parent 2f6e5d7e9d
commit 7e2183ccaf
2 changed files with 5 additions and 1 deletions

View file

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