2002-09-26Martin M. Hunt <hunt@redhat.com>
authorMartin Hunt <hunt@redhat.com>
Fri, 27 Sep 2002 00:49:01 +0000 (00:49 +0000)
committerMartin Hunt <hunt@redhat.com>
Fri, 27 Sep 2002 00:49:01 +0000 (00:49 +0000)
* mips-tdep.c (find_proc_desc): Initialize startaddr.

gdb/ChangeLog
gdb/mips-tdep.c

index 9d17e40a557f41e82f55fb07f0b8f7a87be24311..939e0a829cbaac274fdd378a4d98a6f5f58f3323 100644 (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
index f54f19c2ad702be0bbd7679550925b9476ff1698..95b288ce6da7c1dbd51e80a5d9343829bac47b33 100644 (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);
 
This page took 0.033298 seconds and 4 git commands to generate.