* ia64-tdep.c (ia64_dummy_id): Use get_frame_pc.

This commit is contained in:
Daniel Jacobowitz 2008-07-15 18:45:42 +00:00
parent c2f950c8a8
commit f92aeb88df
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-07-15 Daniel Jacobowitz <dan@codesourcery.com>
* ia64-tdep.c (ia64_dummy_id): Use get_frame_pc.
2008-07-15 Daniel Jacobowitz <dan@codesourcery.com>
* dwarf2-frame.c (dwarf2_frame_cache): Update comment.

View File

@ -3436,7 +3436,7 @@ ia64_dummy_id (struct gdbarch *gdbarch, struct frame_info *this_frame)
if (gdbarch_debug >= 1)
fprintf_unfiltered (gdb_stdlog,
"dummy frame id: code 0x%s, stack 0x%s, special 0x%s\n",
paddr_nz (frame_pc_unwind (this_frame)),
paddr_nz (get_frame_pc (this_frame)),
paddr_nz (sp), paddr_nz (bsp));
return frame_id_build_special (sp, get_frame_pc (this_frame), bsp);