xref: /original-bsd/usr.bin/gprof/sparc.h (revision c3e32dec)
1 /*-
2  * Copyright (c) 1992, 1993
3  *	The Regents of the University of California.  All rights reserved.
4  *
5  * This software was developed by the Computer Systems Engineering group
6  * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66 and
7  * contributed to Berkeley.
8  *
9  * %sccs.include.redist.c%
10  *
11  *	@(#)sparc.h	8.1 (Berkeley) 06/06/93
12  */
13 
14 /*
15  * offset (in bytes) of the code from the entry address of a routine.
16  * (see asgnsamples for use and explanation.)
17  */
18 #define OFFSET_OF_CODE	0
19 #define	UNITS_TO_CODE	(OFFSET_OF_CODE / sizeof(UNIT))
20 
21 enum opermodes { dummy };
22 typedef enum opermodes	operandenum;
23