mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	svc: Fix compilation with LOG_TRACE enabled
This commit is contained in:
		
							parent
							
								
									402692c08d
								
							
						
					
					
						commit
						84afaaa10c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -781,7 +781,7 @@ static ResultCode CreateMemoryBlock(Handle* out_handle, u32 addr, u32 size, u32 | |||
| static ResultCode GetSystemInfo(s64* out, u32 type, s32 param) { | ||||
|     using Kernel::MemoryRegion; | ||||
| 
 | ||||
|     LOG_TRACE(Kernel_SVC, "called process=0x%08X type=%u param=%d", process_handle, type, param); | ||||
|     LOG_TRACE(Kernel_SVC, "called type=%u param=%d", type, param); | ||||
| 
 | ||||
|     switch ((SystemInfoType)type) { | ||||
|     case SystemInfoType::REGION_MEMORY_USAGE: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue