* m10300-opc.c (asr, lsr, asl): Fix am33 single bit shift opcode.
[deliverable/binutils-gdb.git] / gprof / i386.c
index 6ce4eea404626af4d4661795ecca1faca0e29ad1..18aad1caeec0e48457d08393ee970927057c469b 100644 (file)
@@ -86,7 +86,7 @@ i386_find_call (parent, p_lowpc, p_highpc)
                   */
                  DBG (CALLDEBUG,
                       printf ("\tdestpc 0x%lx (%s)\n", destpc, child->name));
-                 arc_add (parent, child, (long) 0);
+                 arc_add (parent, child, (unsigned long) 0);
                  instructp += 4;       /* call is a 5 byte instruction */
                  continue;
                }
This page took 0.022466 seconds and 4 git commands to generate.