projects
/
dragonfly.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Merge from vendor branch BSDTAR:
[dragonfly.git]
/
usr.bin
/
gprof
/
i386.c
1
/*
2
* $DragonFly: src/usr.bin/gprof/i386.c,v 1.2 2003/10/04 20:36:45 hmp Exp $
3
*/
4
#include "gprof.h"
5
6
/*
7
* gprof -c isn't currently supported...
8
*/
9
findcall(nltype *parentp, unsigned long p_lowpc, unsigned long p_highpc)
10
{
11
}