From d50cd346395def462ac3a5de42fb8375a1115d0e Mon Sep 17 00:00:00 2001 From: mark Date: Thu, 31 Jul 1997 00:22:15 +0000 Subject: [PATCH] Remove a dead version of the _MCOUNT_DECL macro. --- sys/arch/arm32/include/profile.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/sys/arch/arm32/include/profile.h b/sys/arch/arm32/include/profile.h index 1183ee47e092..02db719e1aed 100644 --- a/sys/arch/arm32/include/profile.h +++ b/sys/arch/arm32/include/profile.h @@ -1,4 +1,4 @@ -/* $NetBSD: profile.h,v 1.4 1996/10/14 22:52:49 mark Exp $ */ +/* $NetBSD: profile.h,v 1.5 1997/07/31 00:22:15 mark Exp $ */ /* * Copyright (c) 1995-1996 Mark Brinicombe @@ -29,8 +29,7 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -/*#define _MCOUNT_DECL static inline void _mcount*/ -#define _MCOUNT_DECL static void _mcount +#define _MCOUNT_DECL void _mcount /* * Cannot implement mcount in C as GCC will trash the ip register when it