* avr-dis.c (reg_fmul_d): New. Extract destination register from
[deliverable/binutils-gdb.git] / gprof / i386.c
index 2abf2dc8fa8bac667680c18095a90429acd1c217..760d5516fe8fd75b55bb730b8b865e48f777382a 100644 (file)
@@ -67,8 +67,8 @@ i386_find_call (parent, p_lowpc, p_highpc)
       if (i386_iscall (instructp))
        {
          DBG (CALLDEBUG,
-              printf ("[findcall]\t0x%x:call",
-                      instructp - (unsigned char *) delta));
+              printf ("[findcall]\t0x%lx:call",
+                      (unsigned long) (instructp - (unsigned char *) delta)));
          /*
           *  regular pc relative addressing
           *    check that this is the address of 
This page took 0.024434 seconds and 4 git commands to generate.