* m68k-opc.c: Correct move (not movew) to status word on 5200.
[deliverable/binutils-gdb.git] / gprof / sparc.c
index 77457ac4de16f9cc29814113b27a6fbcf81b6907..ad702b1fbad67c470bf9f472287db8dbecb23096 100644 (file)
@@ -18,7 +18,7 @@
  */
 #include "gprof.h"
 #include "cg_arcs.h"
-#include "core.h"
+#include "corefile.h"
 #include "hist.h"
 #include "symtab.h"
 
@@ -75,7 +75,7 @@ sparc_find_call (parent, p_lowpc, p_highpc)
              if (child->addr == dest_pc)
                {
                  /* a hit:  */
-                 arc_add (parent, child, 0);
+                 arc_add (parent, child, (unsigned long) 0);
                  continue;
                }
            }
This page took 0.023459 seconds and 4 git commands to generate.