summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/include/profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/include/profile.h b/sys/amd64/include/profile.h
index f53927c..a4cce2c 100644
--- a/sys/amd64/include/profile.h
+++ b/sys/amd64/include/profile.h
@@ -92,7 +92,7 @@ extern int mcount_lock;
#define FUNCTION_ALIGNMENT 4
#define _MCOUNT_DECL \
-static void _mcount(uintfptr_t frompc, uintfptr_t selfpc) __unused; \
+static void _mcount(uintfptr_t frompc, uintfptr_t selfpc) __used; \
static void _mcount
#ifdef __GNUC__
OpenPOWER on IntegriCloud