10 lines
		
	
	
	
		
			184 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			184 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| struct localvar {
 | |
| 	struct localvar	*next;
 | |
| 	arith		t_offset;	/* offset from LocalBase */
 | |
| 	arith		t_size;
 | |
| 	int		t_align;
 | |
| 	int		t_regtype;
 | |
| 	int		t_count;
 | |
| };
 | |
| 
 | |
| /* ALLOCDEF "localvar" 10 */
 |