mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-11-04 12:34:39 +08:00 
			
		
		
		
	SVC: Add debug log to ArbitrateAddress.
This commit is contained in:
		
							parent
							
								
									e0e7443517
								
							
						
					
					
						commit
						f985469901
					
				@ -189,6 +189,8 @@ static Result CreateAddressArbiter(u32* arbiter) {
 | 
			
		||||
 | 
			
		||||
/// Arbitrate address
 | 
			
		||||
static Result ArbitrateAddress(Handle arbiter, u32 address, u32 type, u32 value, s64 nanoseconds) {
 | 
			
		||||
    DEBUG_LOG(SVC, "called handle=0x%08X, address=0x%08X, type=0x%08X, value=0x%08X", arbiter,
 | 
			
		||||
        address, type, value);
 | 
			
		||||
    return Kernel::ArbitrateAddress(arbiter, static_cast<Kernel::ArbitrationType>(type),
 | 
			
		||||
            address, value).raw;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user