+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.
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);