4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / usr.bin / gprof / hp300.h
CommitLineData
749d918a 1/*-
7e9de516
KB
2 * Copyright (c) 1991, 1993
3 * The Regents of the University of California. All rights reserved.
749d918a
DS
4 *
5 * %sccs.include.redist.c%
6 *
7e9de516 7 * @(#)hp300.h 8.1 (Berkeley) %G%
749d918a
DS
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
17enum opermodes { dummy };
18typedef enum opermodes operandenum;