|
|
researchv9-SUN3(old)
/* @(#)frame.h 1.1 86/02/03 SMI */
/*
* Copyright (c) 1984 by Sun Microsystems, Inc.
*/
/*
* Definition of the sun stack frame
*/
struct frame {
struct frame *fr_savfp; /* saved frame pointer */
int fr_savpc; /* saved program counter */
int fr_arg[1]; /* array of arguments */
};
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.