summaryrefslogtreecommitdiff
path: root/sys/arch/pc532/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/pc532/include')
-rw-r--r--sys/arch/pc532/include/profile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pc532/include/profile.h b/sys/arch/pc532/include/profile.h
index 046cadee104..1e1a51f222e 100644
--- a/sys/arch/pc532/include/profile.h
+++ b/sys/arch/pc532/include/profile.h
@@ -41,7 +41,7 @@
#define _MCOUNT_DECL static __inline void _mcount
#define MCOUNT \
-extern void mcount() __asm("mcount"); \
+extern void mcount __P((void)) __asm("mcount"); \
void \
mcount() \
{ \