diff options
Diffstat (limited to 'gprof/i386.c')
-rw-r--r-- | gprof/i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/i386.c b/gprof/i386.c index 6ce4eea..18aad1c 100644 --- a/gprof/i386.c +++ b/gprof/i386.c @@ -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; } |