mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2024-12-29 11:06:07 +00:00
kernel: Downgrade edeadlk to log
This commit is contained in:
parent
649ffb2079
commit
2adef6e23c
|
@ -160,7 +160,7 @@ int PthreadMutex::SelfLock(const OrbisKernelTimespec* abstime, u64 usec) {
|
|||
* POSIX specifies that mutexes should return
|
||||
* EDEADLK if a recursive lock is detected.
|
||||
*/
|
||||
UNREACHABLE_MSG("Mutex deadlock occured");
|
||||
LOG_ERROR(Lib_Kernel, "Mutex deadlock possibly occured");
|
||||
return POSIX_EDEADLK;
|
||||
}
|
||||
case PthreadMutexType::Normal: {
|
||||
|
|
Loading…
Reference in a new issue