xref: /original-bsd/usr.bin/gprof/i386.h (revision c3e32dec)
1 /*-
2  * Copyright (c) 1991, 1993
3  *	The Regents of the University of California.  All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)i386.h	8.1 (Berkeley) 06/06/93
8  */
9 
10     /*
11      *	offset (in bytes) of the code from the entry address of a routine.
12      *	(see asgnsamples for use and explanation.)
13      */
14 #define OFFSET_OF_CODE	0
15 #define	UNITS_TO_CODE	(OFFSET_OF_CODE / sizeof(UNIT))
16 
17 enum opermodes { dummy };
18 typedef enum opermodes	operandenum;
19