]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/irix5-nat.c
import gdb-1999-08-09 snapshot
[thirdparty/binutils-gdb.git] / gdb / irix5-nat.c
index 35445f7bf1d72241567768d440b89a84ef7b8e7c..dc9abe06c5c2ea3a8af69d7cf31014bea73588d9 100644 (file)
@@ -845,7 +845,7 @@ symbol_add_stub (arg)
       lowest_sect = bfd_get_section_by_name (so->abfd, ".text");
       if (lowest_sect == NULL)
        bfd_map_over_sections (so->abfd, find_lowest_section,
-                              (PTR) & lowest_sect);
+                              (PTR) &lowest_sect);
       if (lowest_sect)
        text_addr = bfd_section_vma (so->abfd, lowest_sect) + LM_OFFSET (so);
     }