summaryrefslogtreecommitdiff
path: root/sys/arch/pc532/include
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-01-27 20:34:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-01-27 20:34:23 +0000
commit4877d47f7b5b3a6500cb143ee6a3910545d4b596 (patch)
tree9c076d0fd47425ecae2311e683a72eb3efa84460 /sys/arch/pc532/include
parent487b3e927ace5b154e5bf007759bb82afc1e0463 (diff)
prototyping problems, PR#71, felix@mamba.pond.sub.org
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() \
{ \