mipsel disas fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1705 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
		
							parent
							
								
									265d349776
								
							
						
					
					
						commit
						76b3030c56
					
				
							
								
								
									
										8
									
								
								disas.c
									
									
									
									
									
								
							
							
						
						
									
										8
									
								
								disas.c
									
									
									
									
									
								
							| @ -187,7 +187,11 @@ void target_disas(FILE *out, target_ulong code, target_ulong size, int flags) | ||||
| #endif | ||||
|     print_insn = print_insn_ppc; | ||||
| #elif defined(TARGET_MIPS) | ||||
| #ifdef TARGET_WORDS_BIGENDIAN | ||||
|     print_insn = print_insn_big_mips; | ||||
| #else | ||||
|     print_insn = print_insn_little_mips; | ||||
| #endif | ||||
| #elif defined(TARGET_M68K) | ||||
|     print_insn = print_insn_m68k; | ||||
| #else | ||||
| @ -381,7 +385,11 @@ void monitor_disas(CPUState *env, | ||||
| #endif | ||||
|     print_insn = print_insn_ppc; | ||||
| #elif defined(TARGET_MIPS) | ||||
| #ifdef TARGET_WORDS_BIGENDIAN | ||||
|     print_insn = print_insn_big_mips; | ||||
| #else | ||||
|     print_insn = print_insn_little_mips; | ||||
| #endif | ||||
| #elif defined(TARGET_M68K) | ||||
|     print_insn = print_insn_m68k; | ||||
| #else | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 bellard
						bellard