xref: /csrg-svn/usr.bin/gprof/i386.h (revision 62017)
148277Sdonn /*-
2*62017Sbostic  * Copyright (c) 1991, 1993
3*62017Sbostic  *	The Regents of the University of California.  All rights reserved.
448277Sdonn  *
548277Sdonn  * %sccs.include.redist.c%
648277Sdonn  *
7*62017Sbostic  *	@(#)i386.h	8.1 (Berkeley) 06/06/93
848277Sdonn  */
948277Sdonn 
1048277Sdonn     /*
1148277Sdonn      *	offset (in bytes) of the code from the entry address of a routine.
1248277Sdonn      *	(see asgnsamples for use and explanation.)
1348277Sdonn      */
1448277Sdonn #define OFFSET_OF_CODE	0
1548277Sdonn #define	UNITS_TO_CODE	(OFFSET_OF_CODE / sizeof(UNIT))
1648277Sdonn 
1748277Sdonn enum opermodes { dummy };
1848277Sdonn typedef enum opermodes	operandenum;
19