1 /* $OpenBSD: hppa.h,v 1.1 2001/03/22 05:18:30 mickey Exp $ */ 2 3 /* 4 * offset (in bytes) of the code from the entry address of a routine. 5 * (see asgnsamples for use and explanation.) 6 */ 7 #define OFFSET_OF_CODE 0 8 #define UNITS_TO_CODE (OFFSET_OF_CODE / sizeof(UNIT)) 9 10 enum opermodes { dummy }; 11 typedef enum opermodes operandenum; 12