* sparc.c (sparc_find_call): Warning fix.
[deliverable/binutils-gdb.git] / gprof / sparc.c
index 9ffdeb092b49d5ec181194b1b292732af8a0130c..1fbeae78fbd282332a6f75acf2c553861de533a7 100644 (file)
@@ -64,7 +64,7 @@ sparc_find_call (parent, p_lowpc, p_highpc)
        {
          DBG (CALLDEBUG,
               printf ("[find_call] 0x%lx: callf",
-                      (unsigned long) instr - delta));
+                      (unsigned long) instr - (unsigned long) delta));
          /*
           * Regular pc relative addressing check that this is the
           * address of a function.
This page took 0.028874 seconds and 4 git commands to generate.