Annotation of 43BSDTahoe/sys/tahoe/frame.h, revision 1.1

1.1     ! root        1: /*
        !             2:  *     @(#)frame.h     7.1 (Berkeley) 5/21/88
        !             3:  */
        !             4: 
        !             5: /*
        !             6:  * Definition of the tahoe call frame.
        !             7:  */
        !             8: struct frame {
        !             9:        int     fr_savpc;               /* saved program counter */
        !            10:        u_int   fr_mask:16,             /* register save mask */
        !            11:                fr_removed:16;          /* 4*number of arguments + 4 */
        !            12:        int     fr_savfp;               /* saved frame pointer */
        !            13: };

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.