Change to use automake:
[deliverable/binutils-gdb.git] / gprof / gmon_io.c
index 1f0e1acbf24eaffa98b1853b0dc29559a08aa763..d66b969281ac98c41cd726bdcc67b8e3a8b6cfee 100644 (file)
@@ -188,7 +188,7 @@ DEFUN (gmon_out_read, (filename), const char *filename)
       {
        int profrate;
 
-       profrate = bfd_get_32 (core_bfd, (bfd_byte *) &raw.version[0]);
+       profrate = bfd_get_32 (core_bfd, (bfd_byte *) &raw.profrate[0]);
        if (!s_highpc)
          hz = profrate;
        else if (hz != profrate)
This page took 0.02936 seconds and 4 git commands to generate.