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

Annotation of src/usr.bin/gprof/alpha.c, Revision 1.5

1.5     ! art         1: #include        "gprof.h"
1.1       deraadt     2:
1.3       mickey      3: void
1.5     ! art         4: findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc)
1.1       deraadt     5: {
1.5     ! art         6:        /* not supported. */
1.1       deraadt     7: }