Remove _bfd_dwarf2_find_nearest_line addr_size parameter
[deliverable/binutils-gdb.git] / bfd / mach-o.c
index 4e6408670dd7c1dfe2f2f59671934324bd79cd26..d02398048cebba6c1f70e64289981a3f0a885b12 100644 (file)
@@ -5985,7 +5985,7 @@ bfd_mach_o_find_nearest_line (bfd *abfd,
   return _bfd_dwarf2_find_nearest_line (abfd, symbols, NULL, section, offset,
                                        filename_ptr, functionname_ptr,
                                        line_ptr, discriminator_ptr,
-                                       dwarf_debug_sections, 0,
+                                       dwarf_debug_sections,
                                        &mdata->dwarf2_find_line_info);
 }
 
This page took 0.025535 seconds and 4 git commands to generate.