summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/amd64.c
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1994-05-27 12:33:43 +0000
committerrgrimes <rgrimes@FreeBSD.org>1994-05-27 12:33:43 +0000
commit71f843c9a2b97c638b2a36c286c1f859bcaa6065 (patch)
treee5c0cd518639c049c2857d6559142a266e5cff79 /usr.bin/gprof/amd64.c
parent6afce27cfe19ed07bbdf91ff0c08c494a2db25a9 (diff)
downloadFreeBSD-src-71f843c9a2b97c638b2a36c286c1f859bcaa6065.zip
FreeBSD-src-71f843c9a2b97c638b2a36c286c1f859bcaa6065.tar.gz
BSD 4.4 Lite Usr.bin Sources
Diffstat (limited to 'usr.bin/gprof/amd64.c')
-rw-r--r--usr.bin/gprof/amd64.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.bin/gprof/amd64.c b/usr.bin/gprof/amd64.c
new file mode 100644
index 0000000..6a47408
--- /dev/null
+++ b/usr.bin/gprof/amd64.c
@@ -0,0 +1,11 @@
+#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;
+{
+}
OpenPOWER on IntegriCloud