mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 15:28:12 -05:00
kernel: be more careful about kernel address keys
This commit is contained in:
@ -157,7 +157,7 @@ bool KProcess::ReleaseUserException(KThread* thread) {
|
||||
|
||||
// Remove waiter thread.
|
||||
bool has_waiters{};
|
||||
if (KThread* next = thread->RemoveWaiterByKey(
|
||||
if (KThread* next = thread->RemoveKernelWaiterByKey(
|
||||
std::addressof(has_waiters),
|
||||
reinterpret_cast<uintptr_t>(std::addressof(exception_thread)));
|
||||
next != nullptr) {
|
||||
|
Reference in New Issue
Block a user