From 82e5cdeb6ebc73ff7827e52a34691e86d58b0aca Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Wed, 25 Sep 2002 13:46:23 +0000 Subject: Fix a declaration that is actually supposed to be a macro definition. Submitted by: marius@alchemy.franken.de --- sys/amd64/include/profile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/amd64') diff --git a/sys/amd64/include/profile.h b/sys/amd64/include/profile.h index 043d2ba9ee90e..0df3195434895 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() \ { \ -- cgit v1.3