* m68k-opc.c: Correct move (not movew) to status word on 5200.
[deliverable/binutils-gdb.git] / gprof / sparc.c
index fd0f469e9c0e6f543f54f620dc1eff1a64d643af..ad702b1fbad67c470bf9f472287db8dbecb23096 100644 (file)
@@ -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.024614 seconds and 4 git commands to generate.