diff options
Diffstat (limited to 'usr.bin/gprof/sparc64.c')
-rw-r--r-- | usr.bin/gprof/sparc64.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/usr.bin/gprof/sparc64.c b/usr.bin/gprof/sparc64.c new file mode 100644 index 0000000..9742225 --- /dev/null +++ b/usr.bin/gprof/sparc64.c @@ -0,0 +1,13 @@ +/* $FreeBSD$ */ + +#include "gprof.h" + +/* + * gprof -c isn't currently supported... + */ +findcall( parentp , p_lowpc , p_highpc ) + nltype *parentp; + unsigned long p_lowpc; + unsigned long p_highpc; +{ +} |