xref: /original-bsd/sys/vax/include/profile.h (revision 07303858)
1 /*
2  * Copyright (c) 1992 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)profile.h	7.1 (Berkeley) 07/16/92
8  */
9 
10 #define	_MCOUNT_DECL static void _mcount
11 
12 #define	MCOUNT \
13 asm(".text; .globl mcount; mcount: pushl 16(fp); calls $1,__mcount; rsb");
14