|
|
1.1 root 1: /* @(#)frame.h 1.1 86/02/03 SMI */
2:
3: /*
4: * Copyright (c) 1984 by Sun Microsystems, Inc.
5: */
6:
7: /*
8: * Definition of the sun stack frame
9: */
10: struct frame {
11: struct frame *fr_savfp; /* saved frame pointer */
12: int fr_savpc; /* saved program counter */
13: int fr_arg[1]; /* array of arguments */
14: };
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.