Fix copyright comments and file comments.
[deliverable/binutils-gdb.git] / gprof / tahoe.c
index 414b3589359a165f506c0f107438f0bdfe0f7085..5981bc5278bbca9fde1d7f17f2d3048861e826fb 100644 (file)
@@ -260,8 +260,10 @@ tahoe_find_call (parent, p_lowpc, p_highpc)
           *    maybe a callf, better check it out.
           *      skip the count of the number of arguments.
           */
-         DBG (CALLDEBUG, printf ("[findcall]\t0x%x:callf",
-                                 instructp - (unsigned char *) core_text_space));
+         DBG (CALLDEBUG, printf ("[findcall]\t0x%lx:callf",
+                                 ((unsigned long)
+                                  (instructp
+                                   - (unsigned char *) core_text_space))));
          firstmode = tahoe_operandmode (instructp + length);
          switch (firstmode)
            {
This page took 0.02272 seconds and 4 git commands to generate.