* srconv.c (wr_hd): Set afl field to 4 for bfd_arch_sh.
[deliverable/binutils-gdb.git] / gprof / core.c
index bb849e788b85ff9d8270fbbf5773a5360f86cf31..19c6e590f99cabf9316b74c413d09dc6bce645cd 100644 (file)
@@ -196,7 +196,7 @@ DEFUN (get_src_info, (addr, filename, name, line_num),
 
   if (bfd_find_nearest_line (core_bfd, core_text_sect, core_syms,
                             addr - core_text_sect->vma,
-                            &fname, &func_name, &l)
+                            &fname, &func_name, (unsigned int *) &l)
       && fname && func_name && l)
     {
       DBG (AOUTDEBUG, printf ("[get_src_info] 0x%lx -> %s:%d (%s)\n",
This page took 0.02382 seconds and 4 git commands to generate.