[BACK]Return to mips.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / gprof

Diff for /src/usr.bin/gprof/Attic/mips.c between version 1.2 and 1.3

version 1.2, 1996/06/26 05:33:55 version 1.3, 2001/03/22 05:18:30
Line 77 
Line 77 
         (arctype *) 0                   /* list of callee arcs */          (arctype *) 0                   /* list of callee arcs */
 };  };
   
   void
 findcall(parentp, p_lowpc, p_highpc)  findcall(parentp, p_lowpc, p_highpc)
         nltype          *parentp;          nltype          *parentp;
         unsigned long   p_lowpc;          unsigned long   p_lowpc;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3