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