mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-04 04:34:07 +01:00 
			
		
		
		
	mutex: Remove unused call to VerifyGuestState.
This commit is contained in:
		
							parent
							
								
									db3a525166
								
							
						
					
					
						commit
						9fcd2bf672
					
				@ -42,9 +42,6 @@ SharedPtr<Mutex> Mutex::Create(SharedPtr<Kernel::Thread> holding_thread, VAddr g
 | 
				
			|||||||
    // Mutexes are referenced by guest address, so track this in the kernel
 | 
					    // Mutexes are referenced by guest address, so track this in the kernel
 | 
				
			||||||
    g_object_address_table.Insert(guest_addr, mutex);
 | 
					    g_object_address_table.Insert(guest_addr, mutex);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    // Verify that the created mutex matches the guest state for the mutex
 | 
					 | 
				
			||||||
    mutex->VerifyGuestState();
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    return mutex;
 | 
					    return mutex;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user