forked from Imagelibrary/binutils-gdb
2003-01-02 Andrew Cagney <ac131313@redhat.com>
* arm-tdep.c: Use get_frame_pc and deprecated_update_frame_pc_hack frame accessor methods. * alpha-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto. * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto. * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c, mips-tdep.c: Ditto. * mn10200-tdep.c, mn10300-tdep.c, ns32k-tdep.c: Ditto. * s390-tdep.c, sh-tdep.c, sparc-tdep.c, v850-tdep.c: Ditto. * vax-tdep.c, x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto. * z8k-tdep.c: Ditto.
This commit is contained in:
@@ -87,7 +87,7 @@ x86_64_linux_sigcontext_addr (struct frame_info *frame)
|
||||
CORE_ADDR pc;
|
||||
ULONGEST rsp;
|
||||
|
||||
pc = x86_64_linux_sigtramp_start (frame->pc);
|
||||
pc = x86_64_linux_sigtramp_start (get_frame_pc (frame));
|
||||
if (pc)
|
||||
{
|
||||
if (frame->next)
|
||||
|
||||
Reference in New Issue
Block a user