2002-09-26Martin M. Hunt <hunt@redhat.com>

* mips-tdep.c (find_proc_desc): Initialize startaddr.
This commit is contained in:
Martin Hunt 2002-09-27 00:49:01 +00:00
parent 1b29edd56e
commit 4e0df2df38
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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);