tricore: avoid "naked" qemu_log
Cc: Bastian Koppelmann <kbastian@mail.uni-paderborn.de> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
		
							parent
							
								
									48880da696
								
							
						
					
					
						commit
						b81b971c7a
					
				| 
						 | 
				
			
			@ -65,7 +65,7 @@ int cpu_tricore_handle_mmu_fault(CPUState *cs, target_ulong address,
 | 
			
		|||
    access_type = ACCESS_INT;
 | 
			
		||||
    ret = get_physical_address(env, &physical, &prot,
 | 
			
		||||
                               address, rw, access_type);
 | 
			
		||||
    qemu_log("%s address=" TARGET_FMT_lx " ret %d physical " TARGET_FMT_plx
 | 
			
		||||
    qemu_log_mask(CPU_LOG_MMU, "%s address=" TARGET_FMT_lx " ret %d physical " TARGET_FMT_plx
 | 
			
		||||
                  " prot %d\n", __func__, address, ret, physical, prot);
 | 
			
		||||
 | 
			
		||||
    if (ret == TLBRET_MATCH) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue