2002-09-26Martin M. Hunt <hunt@redhat.com>
* mips-tdep.c (find_proc_desc): Initialize startaddr.
This commit is contained in:
parent
1b29edd56e
commit
4e0df2df38
@ -1,3 +1,8 @@
|
||||
2002-09-26Martin M. Hunt <hunt@redhat.com>
|
||||
|
||||
* mips-tdep.c (find_proc_desc): Initialize startaddr.
|
||||
|
||||
|
||||
2002-09-26 Andrew Cagney <ac131313@redhat.com>
|
||||
|
||||
* rs6000-tdep.c (rs6000_frame_chain): Don't chain past the dummy
|
||||
|
@ -2336,7 +2336,7 @@ static mips_extra_func_info_t
|
||||
find_proc_desc (CORE_ADDR pc, struct frame_info *next_frame, int cur_frame)
|
||||
{
|
||||
mips_extra_func_info_t proc_desc;
|
||||
CORE_ADDR startaddr;
|
||||
CORE_ADDR startaddr = 0;
|
||||
|
||||
proc_desc = non_heuristic_proc_desc (pc, &startaddr);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user