main didn't exit
[unix-history] / usr / src / usr.bin / gprof / hp300.h
CommitLineData
749d918a
DS
1/*-
2 * Copyright (c) 1991 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * %sccs.include.redist.c%
6 *
7 * @(#)hp300.h 5.1 (Berkeley) %G%
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;