fix silly indirect-through-zero bug
[unix-history] / usr / src / usr.bin / gprof / i386.h
CommitLineData
0e664c7b
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 * @(#)i386.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;