update swap display description
[unix-history] / usr / src / usr.bin / gprof / mips.h
CommitLineData
68dea429 1/*-
7e9de516
KB
2 * Copyright (c) 1992, 1993
3 * The Regents of the University of California. All rights reserved.
68dea429
RC
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. Modified by Ralph Campbell for mips.
8 *
9 * %sccs.include.redist.c%
10 *
7e9de516 11 * @(#)mips.h 8.1 (Berkeley) %G%
68dea429
RC
12 *
13 * From: @(#)sparc.h 5.1 (Berkeley) 7/8/92
14 */
15
16/*
17 * offset (in bytes) of the code from the entry address of a routine.
18 * (see asgnsamples for use and explanation.)
19 */
20#define OFFSET_OF_CODE 0
21#define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT))
22
23enum opermodes { dummy };
24typedef enum opermodes operandenum;