mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 22:45:45 +00:00
mutex: Remove unused call to VerifyGuestState.
This commit is contained in:
parent
96e2acfa8f
commit
a689a33995
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
g_object_address_table.Insert(guest_addr, mutex);
|
||||
|
||||
// Verify that the created mutex matches the guest state for the mutex
|
||||
mutex->VerifyGuestState();
|
||||
|
||||
return mutex;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue