diff options
Diffstat (limited to 'gprof/i386.c')
-rw-r--r-- | gprof/i386.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gprof/i386.c b/gprof/i386.c index 2abf2dc..760d551 100644 --- a/gprof/i386.c +++ b/gprof/i386.c @@ -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 |