mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 20:44:16 +00:00 
			
		
		
		
	 fdf9b3e831
			
		
	
	
		fdf9b3e831
		
	
	
	
	
		
			
			git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1861 c046a42c-6fe2-441c-8c8c-71466251a162
		
			
				
	
	
		
			13 lines
		
	
	
		
			267 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			267 B
		
	
	
	
		
			C
		
	
	
	
	
	
| struct target_pt_regs {
 | |
|         unsigned long regs[16];
 | |
|         unsigned long pc;
 | |
|         unsigned long pr;
 | |
|         unsigned long sr;
 | |
|         unsigned long gbr;
 | |
|         unsigned long mach;
 | |
|         unsigned long macl;
 | |
|         long tra;
 | |
| };
 | |
| 
 | |
| #define UNAME_MACHINE "sh4"
 |