mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
2004-02-02 Andrew Cagney <cagney@redhat.com>
* vax-tdep.c (vax_frame_chain): Delete call to deprecated_inside_entry_file. * ns32k-tdep.c (ns32k_frame_chain): Ditto.
This commit is contained in:
@ -187,9 +187,6 @@ vax_frame_chain (struct frame_info *frame)
|
||||
{
|
||||
/* In the case of the VAX, the frame's nominal address is the FP value,
|
||||
and 12 bytes later comes the saved previous FP value as a 4-byte word. */
|
||||
if (deprecated_inside_entry_file (get_frame_pc (frame)))
|
||||
return (0);
|
||||
|
||||
return (read_memory_integer (get_frame_base (frame) + 12, 4));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user