[BACK]Return to hppa.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / gprof

File: [local] / src / usr.bin / gprof / hppa.h (download)

Revision 1.1, Thu Mar 22 05:18:30 2001 UTC (23 years, 2 months ago) by mickey
Branch: MAIN
CVS Tags: OPENBSD_2_9_BASE, OPENBSD_2_9

_wall, err/warn; dummy hppa part, like others

/*	$OpenBSD: hppa.h,v 1.1 2001/03/22 05:18:30 mickey Exp $	*/

    /*
     *	offset (in bytes) of the code from the entry address of a routine.
     *	(see asgnsamples for use and explanation.)
     */
#define OFFSET_OF_CODE	0
#define	UNITS_TO_CODE	(OFFSET_OF_CODE / sizeof(UNIT))

enum opermodes { dummy };
typedef enum opermodes	operandenum;