mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 12:07:31 +00:00 
			
		
		
		
	 a315a14547
			
		
	
	
		a315a14547
		
	
	
	
	
		
			
			git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1256 c046a42c-6fe2-441c-8c8c-71466251a162
		
			
				
	
	
		
			11 lines
		
	
	
		
			180 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			180 B
		
	
	
	
		
			C
		
	
	
	
	
	
| struct target_pt_regs {
 | |
| 	target_ulong u_regs[16];
 | |
| 	target_ulong tstate;
 | |
| 	target_ulong pc;
 | |
| 	target_ulong npc;
 | |
| 	target_ulong y;
 | |
| 	target_ulong fprs;
 | |
| };
 | |
| 
 | |
| #define UNAME_MACHINE "sun4u"
 |