12 lines
217 B
Plaintext
12 lines
217 B
Plaintext
struct localvar {
|
|
struct localvar *next;
|
|
arith t_offset; /* offset from LocalBase */
|
|
arith t_size;
|
|
int t_align;
|
|
int t_regtype;
|
|
int t_count;
|
|
int t_sc; /* storage class */
|
|
};
|
|
|
|
/* ALLOCDEF "localvar" 10 */
|