summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include/profile.h
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2002-09-25 13:46:23 +0000
committermarkm <markm@FreeBSD.org>2002-09-25 13:46:23 +0000
commit6e3bf1cf9c2c73e39b602beedabcbc29cf598771 (patch)
tree3da4b1bf48dcc7af9463eb65f3aa7f903afad5d2 /sys/amd64/include/profile.h
parent23905c1c4617135e13d5c828d8bfb5ef751bcc4d (diff)
downloadFreeBSD-src-6e3bf1cf9c2c73e39b602beedabcbc29cf598771.zip
FreeBSD-src-6e3bf1cf9c2c73e39b602beedabcbc29cf598771.tar.gz
Fix a declaration that is actually supposed to be a macro definition.
Submitted by: marius@alchemy.franken.de
Diffstat (limited to 'sys/amd64/include/profile.h')
-rw-r--r--sys/amd64/include/profile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/include/profile.h b/sys/amd64/include/profile.h
index 043d2ba..0df3195 100644
--- a/sys/amd64/include/profile.h
+++ b/sys/amd64/include/profile.h
@@ -106,6 +106,7 @@ mcount() \
_mcount(frompc, selfpc); \
}
#else /* __GNUC__ */
+#define MCOUNT \
void \
mcount() \
{ \
OpenPOWER on IntegriCloud