* gdb-add-index.sh: Really remove.
[deliverable/binutils-gdb.git] / gdb / rs6000-aix-tdep.c
index 927cfe2da203932019f0c2e450507d2cf741de63..b7ffc8e51d3b6ce669ff89937cc75d3f15a92742 100644 (file)
@@ -583,7 +583,7 @@ rs6000_convert_from_func_ptr_addr (struct gdbarch *gdbarch,
      the target address itself points to a section that is executable.  */
   if (s && (s->the_bfd_section->flags & SEC_CODE) == 0)
     {
-      CORE_ADDR pc;
+      CORE_ADDR pc = 0;
       struct obj_section *pc_section;
       struct gdb_exception e;
 
This page took 0.023075 seconds and 4 git commands to generate.