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

Annotation of src/usr.bin/gprof/hppa.h, Revision 1.1

1.1     ! mickey      1: /*     $OpenBSD$       */
        !             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;