mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 06:17:47 +08:00
2004-06-15 Andrew Cagney <cagney@gnu.org>
* mips-tdep.c (non_heuristic_proc_desc): Delete call to deprecated_pc_in_call_dummy.
This commit is contained in:
@ -2305,9 +2305,6 @@ non_heuristic_proc_desc (CORE_ADDR pc, CORE_ADDR *addrptr)
|
||||
struct obj_section *sec;
|
||||
struct mips_objfile_private *priv;
|
||||
|
||||
if (deprecated_pc_in_call_dummy (pc))
|
||||
return NULL;
|
||||
|
||||
find_pc_partial_function (pc, NULL, &startaddr, NULL);
|
||||
if (addrptr)
|
||||
*addrptr = startaddr;
|
||||
|
Reference in New Issue
Block a user